Skip to content

Commit

Permalink
Update apart-core & tag urls
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Nov 6, 2022
1 parent c49fbd8 commit 58ab394
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apart-core
6 changes: 3 additions & 3 deletions build-dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ while test $# -gt 0; do
esac
done

APART_CORE_VERSION="0.3.11"
APART_CORE_SHA256='4e5018fab750f6d7d16a3c72458d97be4e9163171c2d75d5e5bf53bf59443e74'
APART_CORE_VERSION="0.3.12"
APART_CORE_SHA256='f78904ec261ce0d079b6112f7f9a8ce0ce7bc7e56891573628d50cd406150d84'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd "$DIR"
Expand All @@ -21,7 +21,7 @@ mkdir -p "$DIR"/target/lib/apart-gtk/src

echo "Building apart-core $APART_CORE_VERSION"
cd "$DIR"/target
curl -o core.tar.gz -L https://github.com/alexheretic/apart-core/archive/v$APART_CORE_VERSION.tar.gz
curl -o core.tar.gz -L https://github.com/alexheretic/apart-core/archive/refs/tags/v$APART_CORE_VERSION.tar.gz
sha256sum core.tar.gz
echo "$APART_CORE_SHA256 core.tar.gz" | sha256sum -c
tar xf core.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion misc/deb-build-packages
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rm -rf apart-gtk/
rm -rf /tmp/installdir

echo "Downloading & verifying apart-gtk-v$APART_VERSION ..."
curl -o apart.tar.gz -L https://github.com/alexheretic/apart-gtk/archive/v$APART_VERSION.tar.gz
curl -o apart.tar.gz -L https://github.com/alexheretic/apart-gtk/archive/refs/tags/v$APART_VERSION.tar.gz
echo "$APART_SHA256 apart.tar.gz" | sha256sum -c
tar xf apart.tar.gz
cd apart-gtk-$APART_VERSION
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
git tag -s $tagname -m "Release $tagname"
git push --tags

curl -OL "https://github.com/alexheretic/apart-gtk/archive/$tagname.tar.gz"
curl -OL "https://github.com/alexheretic/apart-gtk/archive/refs/tags/$tagname.tar.gz"
# gpg --armor --detach-sign "$tagname.tar.gz"

sha256sum *tar.gz*
Expand Down

0 comments on commit 58ab394

Please sign in to comment.