summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rw-r--r--update/commit.txt2
-rwxr-xr-xupdate/createnew.sh2
-rwxr-xr-xupdate/update.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/update/commit.txt b/update/commit.txt
index ab9dd1d..e5ab03a 100644
--- a/update/commit.txt
+++ b/update/commit.txt
@@ -1 +1 @@
-c7eaf530e07572c69cb31e112d615a4bd0eef443
+52ff9b655a790d0c7aaf182215017d5467c0362c
diff --git a/update/createnew.sh b/update/createnew.sh
index e4c1487..c0bb6fd 100755
--- a/update/createnew.sh
+++ b/update/createnew.sh
@@ -19,7 +19,7 @@ find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -X
git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/commit.txt
cd $dir/files
-sum=`adler32 themanaworld.zip`
+sum=`adler32 themanaworld.zip | awk '{print $2}'`
echo "themanaworld.zip ${sum}" >resources2.txt
echo '<?xml version="1.0"?>
diff --git a/update/update.sh b/update/update.sh
index e4c1487..c0bb6fd 100755
--- a/update/update.sh
+++ b/update/update.sh
@@ -19,7 +19,7 @@ find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -X
git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/commit.txt
cd $dir/files
-sum=`adler32 themanaworld.zip`
+sum=`adler32 themanaworld.zip | awk '{print $2}'`
echo "themanaworld.zip ${sum}" >resources2.txt
echo '<?xml version="1.0"?>