summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-05-21 22:19:05 +0200
committermrxx2020-05-21 22:19:05 +0200
commit393943f4ae78dcf08637be8069cd58f04c388879 (patch)
tree6cff8686d676584d334a43cbe0d7c1f3e418a049
parent113a9c65fc892f64243be49df0e118b329cf41b5 (diff)
downloadaur-393943f4ae78dcf08637be8069cd58f04c388879.tar.gz
Upgpkg: 2.4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1a4abec3b90..27bbe9c29b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 2.3.0.0
- pkgrel = 3
+ pkgver = 2.4.0.0
+ pkgrel = 1
url = https://www.biglybt.com/
install = biglybt.install
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = biglybt
optdepends = libappindicator-gtk3
optdepends = ttf-dejavu
options = !strip
- source = GitHub_BiglyBT_Installer_2.3.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v2.3.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = 6adb597051bde45be4d814f947d77accc28c0329cd07624f2130b0e9b783f4eb
+ source = GitHub_BiglyBT_Installer_2.4.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v2.4.0.0/GitHub_BiglyBT_Installer.sh
+ sha256sums = 545fb14c526b335a2e5b331e2cc22f00382e5e22b0f6f877e352c02883e62b03
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index cb198deca264..5f31e5d68573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=2.3.0.0
-pkgrel=3
+pkgver=2.4.0.0
+pkgrel=1
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=('6adb597051bde45be4d814f947d77accc28c0329cd07624f2130b0e9b783f4eb')
+sha256sums=('545fb14c526b335a2e5b331e2cc22f00382e5e22b0f6f877e352c02883e62b03')
package() {
if [[ ! -f /usr/bin/javac ]]; then