summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2023-02-04 12:04:11 +0100
committermrxx2023-02-04 12:04:11 +0100
commit5333a5c81ed2133e6c3160e75f8dd06d33a370aa (patch)
treea9089d2509b6f9dd6553f6422fbc9b4210bcc463
parent0ae3677f8dd11f00fcc91c4dd460968d10f06eee (diff)
downloadaur-5333a5c81ed2133e6c3160e75f8dd06d33a370aa.tar.gz
Upgpkg: 3.3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2f1be6fee4..682fa98f504f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 3.2.0.0
+ pkgver = 3.3.0.0
pkgrel = 1
url = https://www.biglybt.com/
install = biglybt.install
@@ -14,7 +14,7 @@ pkgbase = biglybt
optdepends = libappindicator-gtk3
optdepends = ttf-dejavu
options = !strip
- source = GitHub_BiglyBT_Installer_3.2.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.2.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = 5c2bd4b82b27a14d08eb17662c148b5b8864dd81f2942b2a6c190c37df15a4fb
+ source = GitHub_BiglyBT_Installer_3.3.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.3.0.0/GitHub_BiglyBT_Installer.sh
+ sha256sums = ac8bbfe9b720d5fc26981f4b5b9a6d2e226a70e053bf33f6616eb3c2a20642b6
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index e01d30771413..334af76e559d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=3.2.0.0
+pkgver=3.3.0.0
pkgrel=1
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
arch=('x86_64' 'armv7h')
@@ -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=('5c2bd4b82b27a14d08eb17662c148b5b8864dd81f2942b2a6c190c37df15a4fb')
+sha256sums=('ac8bbfe9b720d5fc26981f4b5b9a6d2e226a70e053bf33f6616eb3c2a20642b6')
package() {
if [[ ! -f /usr/bin/javac ]]; then