summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2023-11-13 19:42:07 +0100
committermrxx2023-11-13 19:44:01 +0100
commit985391f04793d03aec00ef6da6accd3255d155ed (patch)
treec129d16b383e9b0c36a34939343dd96fe86d9bf7
parent39a7688c69e55e3961823a96a2a52a5191f95fc5 (diff)
downloadaur-985391f04793d03aec00ef6da6accd3255d155ed.tar.gz
Upgpkg: 3.5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51ed3b57b48b..9e2e28cd08f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 3.4.0.0
+ pkgver = 3.5.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.4.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.4.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = 0c52741e7b6ff1265e1ce979b8e0977ac2cd4f8cb69e15a7078281dd34a58a4e
+ source = GitHub_BiglyBT_Installer_3.5.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.5.0.0/GitHub_BiglyBT_Installer.sh
+ sha256sums = d3de56a80f20f25cfe9d998cde19c5d6347af61fd9c3bdb464dd98dcf0d84f5c
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index a72a7b7ff965..506522acaea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=3.4.0.0
+pkgver=3.5.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=('0c52741e7b6ff1265e1ce979b8e0977ac2cd4f8cb69e15a7078281dd34a58a4e')
+sha256sums=('d3de56a80f20f25cfe9d998cde19c5d6347af61fd9c3bdb464dd98dcf0d84f5c')
package() {
if [[ ! -f /usr/bin/javac ]]; then