Skip to content

Commit

Permalink
try bumping gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Nov 6, 2023
1 parent e69c64b commit 2d154cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ set -e -x

cd $(dirname `readlink -f "$0"`)

# Gettext 0.22 didn't work for some reason
GETTEXT=gettext-0.21
GETTEXT=gettext-0.22.3

curl -sL --retry 10 https://ftp.gnu.org/gnu/gettext/${GETTEXT}.tar.gz > ${GETTEXT}.tar.gz
sha512sum -c gettext.sha512
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bbe590c5dd3580c75bf30ff768da99a88eb8d466ec1ac9eea20be4cab4357ecf72448e6b81b47425e39d50fa6320ba426632914d7898dfebb4f159abc39c31d1 gettext-0.21.tar.gz
cd27e73cc6c106951cca43a200555d279b8c877c4d17bf53de9e187e466c5e9dba0551c7bd21bba4f46772f198361fa37da320495516a5b8fd9e6c85b24eb859 gettext-0.22.3.tar.gz

0 comments on commit 2d154cb

Please sign in to comment.