fix brave template
ci/woodpecker/push/build/1 Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-01-28 13:39:23 +01:00
parent ed2b1c4b08
commit 1f327d3fb2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'brave-bin'
pkgname=brave-bin
version=1.62.152
version=1.62.153
revision=1
archs="x86_64"
depends="alsa-lib gtk+3 libXScrnSaver nss dejavu-fonts-ttf"
@ -13,7 +13,7 @@ changelog="https://raw.githubusercontent.com/brave/brave-browser/master/CHANGELO
distfiles="https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser-${version}-linux-amd64.zip"
pre_fetch() {
$fetch_cmd https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser-${version}-linux-amd64.zip.sha256
$fetch_cmd ${distfiles}.sha256
checksum=$(cat brave-browser-${version}-linux-amd64.zip.sha256 | cut -d' ' -f1)
rm brave-browser-${version}-linux-amd64.zip.sha256
}