summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2022-02-27 18:28:50 +0100
committermrxx2022-02-27 18:28:50 +0100
commited0486f933967e0407c3ea7f10bcad570cdc1c78 (patch)
treecfffc143b24c762932507a314c5411c4a2eb207d
parentf51960667e98ae4429222210eec7e57a62174e5c (diff)
downloadaur-ed0486f933967e0407c3ea7f10bcad570cdc1c78.tar.gz
Fix checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8315947dfa3f..c9e00e899d94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
pkgver = 3.0.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.biglybt.com/
install = biglybt.install
arch = x86_64
@@ -15,6 +15,6 @@ pkgbase = biglybt
optdepends = ttf-dejavu
options = !strip
source = GitHub_BiglyBT_Installer_3.0.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.0.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = cd8f848cb865c1fe40aaadd910baad0ba1bd82fcdc4452b78c1feeee109fff8e
+ sha256sums = 4a8eb8619959e77ef5579d1c297b2d9e8b71f4a247022133365be3820b87d96b
pkgname = biglybt
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