File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - run : bash ./srcpkgs/openshift-oc/update-oc.sh
2525 - run : bash ./srcpkgs/pet/update-pet.sh
2626 - run : bash ./srcpkgs/rebos/update-rebos.sh
27- - run : bash ./srcpkgs/rebos /update-river-status.sh
27+ - run : bash ./srcpkgs/river-status /update-river-status.sh
2828 # - run: bash ./srcpkgs/river-bedload/update-river-bedload.sh
2929 - run : bash ./srcpkgs/zen-browser/update-zen.sh
3030 - run : bash ./srcpkgs/wideriver/update-wideriver.sh
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ maintainer="Rickard <@>"
99license="GPL-3.0-or-later"
1010homepage="https://github.com/grvn/river-status"
1111changelog="https://raw.githubusercontent.com/grvn/river-status/refs/heads/main/CHANGELOG"
12- distfiles="https://github.com/grvn/river-status/archive/refs/tags/ v${version}.tar.gz "
12+ distfiles="https://github.com/grvn/river-status/releases/download/v${version}/river-status- v${version}.tgz "
1313checksum=${SHA256}
1414
1515post_install() {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ maintainer="Rickard <@>"
99license="GPL-3.0-or-later"
1010homepage="https://github.com/grvn/river-status"
1111changelog="https://raw.githubusercontent.com/grvn/river-status/refs/heads/main/CHANGELOG"
12- distfiles="https://github.com/grvn/river-status/archive/refs/tags/ v${version}.tar.gz "
12+ distfiles="https://github.com/grvn/river-status/releases/download/v${version}/river-status- v${version}.tgz "
1313checksum=20a589591f7d243c17267d1af3629982dbc18e95e2cea4ca0ffb915b7f6fed7b
1414
1515post_install() {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CURRENT_VERSION=$(grep -E '^version=' ${__dir}/template | cut -d= -f2)
1111printf " Latest version is: %s\nLatest built version is: %s\n" " ${VERSION} " " ${CURRENT_VERSION} "
1212[ " ${CURRENT_VERSION} " = " ${VERSION} " ] && printf " No new version to release\n" && exit 0
1313
14- export SHA256=$( curl -L https://github.com/grvn/river-status/releases/download/v${VERSION} /river-status-v${VERSION} .tar.gz .sha256 | cut -d ' ' -f1 )
14+ export SHA256=$( curl -L https://github.com/grvn/river-status/releases/download/v${VERSION} /river-status-v${VERSION} .tgz .sha256 | cut -d ' ' -f1 )
1515[[ ! ${SHA256} =~ ^[a-z0-9]+$ ]] && printf " got junk instead of sha256\n" && exit 1
1616
1717envsubst ' ${SHA256} ${VERSION}' < ${__dir} /.template > ${__dir} /template
You can’t perform that action at this time.
0 commit comments