diff options
author | Patrick Haun | 2020-10-30 13:54:54 +0100 |
---|---|---|
committer | Patrick Haun | 2020-10-30 13:54:54 +0100 |
commit | 9b7c2242eb412ba088cdc5cfab90feb0fcf2a85f (patch) | |
tree | c4378341d66e789e40aa876e6cc6f96ea2027daa /bump.sh | |
parent | bed992550f4a180cfcc87c403aebb5608a796ba8 (diff) | |
download | aur-9b7c2242eb412ba088cdc5cfab90feb0fcf2a85f.tar.gz |
build from source
Diffstat (limited to 'bump.sh')
-rwxr-xr-x | bump.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}') |