summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-12-11 11:30:11 +0100
committermrxx2019-12-11 11:30:11 +0100
commit688dd7aa9034abe84572f3a1961ed4ca904ef0a2 (patch)
treea9f42ead8ad6bc6edb724affe63bcebaa1d6ed7c
parent93712d0459d13e5183c6ac022cca96bb8c4dbbf1 (diff)
downloadaur-688dd7aa9034abe84572f3a1961ed4ca904ef0a2.tar.gz
Upgpkg: 2.2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bebd1ba5103..d97ad02a4805 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 2.1.0.0
- pkgrel = 2
+ pkgver = 2.2.0.0
+ pkgrel = 1
url = https://www.biglybt.com/
install = biglybt.install
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = biglybt
optdepends = libappindicator-gtk3
optdepends = ttf-dejavu
options = !strip
- source = GitHub_BiglyBT_Installer_2.1.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v2.1.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = d6fd377a06f88edd524eec46f4ef7c2f3a0958dd9b470c698956065196bdc975
+ source = GitHub_BiglyBT_Installer_2.2.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v2.2.0.0/GitHub_BiglyBT_Installer.sh
+ sha256sums = a065ffedcb6e95e290fee8c9f2cac5afaa979518b75056a01e33ae32f2136e8b
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index 87f906824218..bc95cf6d8195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=2.1.0.0
-pkgrel=2
+pkgver=2.2.0.0
+pkgrel=1
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
arch=('x86_64')
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=('d6fd377a06f88edd524eec46f4ef7c2f3a0958dd9b470c698956065196bdc975')
+sha256sums=('a065ffedcb6e95e290fee8c9f2cac5afaa979518b75056a01e33ae32f2136e8b')
package() {
if [[ ! -f /usr/bin/javac ]]; then