summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2021-03-20 16:39:59 +0100
committermrxx2021-03-20 16:39:59 +0100
commit2fba901926588a35e16ba56a00b28c2563987360 (patch)
treeb4b519496689e3d4ab3f1225a4aa5bc57e54cded
parent4dd73d6fe2af0dab7398d106502f6da4eb112b67 (diff)
downloadaur-2fba901926588a35e16ba56a00b28c2563987360.tar.gz
Upgpkg: 2.7.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cf935d7ff24..0e099779f792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 2.6.0.0
- pkgrel = 2
+ pkgver = 2.7.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.6.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v2.6.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = 9e1bb09694584ecb334660de7ec8bf8b87384b8c2bdf0d3a91f5254e196ae2dd
+ source = GitHub_BiglyBT_Installer_2.7.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v2.7.0.0/GitHub_BiglyBT_Installer.sh
+ sha256sums = f255d6679422a1ea84ba72d1f762611a6f7b84f3e20249491bd6a0880e918b75
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index 310dae2f4d10..2ebc66ba7ce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=2.6.0.0
-pkgrel=2
+pkgver=2.7.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=('9e1bb09694584ecb334660de7ec8bf8b87384b8c2bdf0d3a91f5254e196ae2dd')
+sha256sums=('f255d6679422a1ea84ba72d1f762611a6f7b84f3e20249491bd6a0880e918b75')
package() {
if [[ ! -f /usr/bin/javac ]]; then