summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2023-05-17 20:39:18 +0200
committermrxx2023-05-17 20:39:18 +0200
commit39a7688c69e55e3961823a96a2a52a5191f95fc5 (patch)
tree6b9d1c4bfca136dc474160cc8f5a2330136efd53
parent5333a5c81ed2133e6c3160e75f8dd06d33a370aa (diff)
downloadaur-39a7688c69e55e3961823a96a2a52a5191f95fc5.tar.gz
Upgpkg: 3.4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 682fa98f504f..51ed3b57b48b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 3.3.0.0
+ pkgver = 3.4.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.3.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.3.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = ac8bbfe9b720d5fc26981f4b5b9a6d2e226a70e053bf33f6616eb3c2a20642b6
+ source = GitHub_BiglyBT_Installer_3.4.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.4.0.0/GitHub_BiglyBT_Installer.sh
+ sha256sums = 0c52741e7b6ff1265e1ce979b8e0977ac2cd4f8cb69e15a7078281dd34a58a4e
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index 334af76e559d..a72a7b7ff965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=3.3.0.0
+pkgver=3.4.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=('ac8bbfe9b720d5fc26981f4b5b9a6d2e226a70e053bf33f6616eb3c2a20642b6')
+sha256sums=('0c52741e7b6ff1265e1ce979b8e0977ac2cd4f8cb69e15a7078281dd34a58a4e')
package() {
if [[ ! -f /usr/bin/javac ]]; then