summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2022-02-27 18:28:50 +0100
committermrxx2022-02-27 18:28:50 +0100
commited0486f933967e0407c3ea7f10bcad570cdc1c78 (patch)
treecfffc143b24c762932507a314c5411c4a2eb207d /PKGBUILD
parentf51960667e98ae4429222210eec7e57a62174e5c (diff)
downloadaur-ed0486f933967e0407c3ea7f10bcad570cdc1c78.tar.gz
Fix checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b808fe111f38..ca8d2a011d18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=biglybt
pkgver=3.0.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
arch=('x86_64' 'armv7h')
url="https://www.biglybt.com/"
@@ -13,7 +13,7 @@ optdepends=('jna' 'libappindicator-gtk3' 'ttf-dejavu')
options=('!strip')
install=$pkgname.install
source=("GitHub_BiglyBT_Installer_$pkgver.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v$pkgver/GitHub_BiglyBT_Installer.sh")
-sha256sums=('cd8f848cb865c1fe40aaadd910baad0ba1bd82fcdc4452b78c1feeee109fff8e')
+sha256sums=('4a8eb8619959e77ef5579d1c297b2d9e8b71f4a247022133365be3820b87d96b')
package() {
if [[ ! -f /usr/bin/javac ]]; then