summarylogtreecommitdiffstats
path: root/bump.sh
diff options
context:
space:
mode:
authorPatrick Haun2019-09-11 16:28:45 +0200
committerPatrick Haun2019-09-11 16:28:45 +0200
commit8c0efc88f34e5192a0ef059322d51c4ded2787e2 (patch)
tree426011441887afe740e4ced4f912c01a849452a1 /bump.sh
parent0905b38e08c6d2bd6fb21cb61d0fb2786d463d11 (diff)
downloadaur-8c0efc88f34e5192a0ef059322d51c4ded2787e2.tar.gz
2.2.0
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 5ac6962ef0e6..04ea7ce10f05 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/$VERSION/fw"
+SOURCE="https://github.com/brocode/fw/releases/download/v$VERSION/fw"
NAME="fw"
SHA256=$(curl -L --silent --fail $SOURCE | sha256sum | awk '{print $1}')