summarylogtreecommitdiffstats
path: root/bump.sh
diff options
context:
space:
mode:
authorPatrick Haun2020-10-30 13:54:54 +0100
committerPatrick Haun2020-10-30 13:54:54 +0100
commit9b7c2242eb412ba088cdc5cfab90feb0fcf2a85f (patch)
treec4378341d66e789e40aa876e6cc6f96ea2027daa /bump.sh
parentbed992550f4a180cfcc87c403aebb5608a796ba8 (diff)
downloadaur-9b7c2242eb412ba088cdc5cfab90feb0fcf2a85f.tar.gz
build from source
Diffstat (limited to 'bump.sh')
-rwxr-xr-xbump.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bump.sh b/bump.sh
index 04ea7ce10f05..e69ffa58625b 100755
--- a/bump.sh
+++ b/bump.sh
@@ -3,7 +3,7 @@ set -e -u -o pipefail
VERSION=$1
PKGREL=${2:-1}
-SOURCE="https://github.com/brocode/fw/releases/download/v$VERSION/fw"
+SOURCE="https://github.com/brocode/fw/archive/v$VERSION.tar.gz"
NAME="fw"
SHA256=$(curl -L --silent --fail $SOURCE | sha256sum | awk '{print $1}')