summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-03-28 23:01:52 +0100
committermrxx2019-03-28 23:01:52 +0100
commit6fcca9607074beeeb9b8f09fc1a364519bbe328b (patch)
tree33e470636efda78dbcd8fae78ae6df7025dd5175
parentc3788c2791f5cf0802c5b4db03bf0605a28b25f2 (diff)
downloadaur-6fcca9607074beeeb9b8f09fc1a364519bbe328b.tar.gz
Upgpkg: 1.9.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a536d4768fb7..2b8c003fef09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 1.8.0.0
+ pkgver = 1.9.0.0
pkgrel = 1
url = https://www.biglybt.com/
install = biglybt.install
@@ -10,8 +10,8 @@ pkgbase = biglybt
depends = xdg-user-dirs
depends = java-runtime>=9
options = !strip
- source = GitHub_BiglyBT_Installer_1.8.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v1.8.00/GitHub_BiglyBT_Installer.sh
- sha256sums = 8b9770002adf0dea1750e151435ef0ccc0ec6846c167cf33a9e28252058eae4d
+ source = GitHub_BiglyBT_Installer_1.9.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v1.9.0.0/GitHub_BiglyBT_Installer.sh
+ sha256sums = bcf16fec71fb95648c25c3c2698cb79152320b19caf0daef5e17e8c6df8a054d
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index d767bca85a29..3bb7ddbacb55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=1.8.0.0
+pkgver=1.9.0.0
pkgrel=1
-_build=1.8.00
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
arch=('x86_64')
url="https://www.biglybt.com/"
@@ -12,8 +11,8 @@ license=('GPL3')
depends=('desktop-file-utils' 'xdg-user-dirs' 'java-runtime>=9')
options=('!strip')
install=$pkgname.install
-source=("GitHub_BiglyBT_Installer_$pkgver.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v$_build/GitHub_BiglyBT_Installer.sh")
-sha256sums=('8b9770002adf0dea1750e151435ef0ccc0ec6846c167cf33a9e28252058eae4d')
+source=("GitHub_BiglyBT_Installer_$pkgver.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v$pkgver/GitHub_BiglyBT_Installer.sh")
+sha256sums=('bcf16fec71fb95648c25c3c2698cb79152320b19caf0daef5e17e8c6df8a054d')
package() {
if [[ ! -f /usr/bin/javac ]]; then