summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2018-04-20 05:51:13 +0300
committerDet2018-04-20 05:51:13 +0300
commit08aa5e31dd07ba24dd4d7cddedad8c411b02f205 (patch)
tree9de175bcfea0a3ae4335fa30d933a30ffc10fe24
parent2cbe9c7177b7178801b49ab927e218405542aff7 (diff)
downloadaur-08aa5e31dd07ba24dd4d7cddedad8c411b02f205.tar.gz
Upgpkg: 1.5.0.0b
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3af7661c2b35..0668d67ca204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = biglybt-extreme-mod
pkgdesc = A modded version of the BiglyBT client with multiple spoofing capabilities
- pkgver = 1.4.0.0b1
- pkgrel = 2
+ pkgver = 1.5.0.0b
+ pkgrel = 1
url = http://www.sb-innovation.de/f41/
install = biglybt-extreme-mod.install
arch = x86_64
license = GPL3
depends = desktop-file-utils
depends = java-runtime>=9
- noextract = 18562d1516610368-biglybt-extreme-mod-sb-innovation-1-4-0-0-beta-rev1-biglybt_1.4.0.0_20180122.zip
+ noextract = 18697d1523444157-biglybt-extreme-mod-sb-innovation-1-5-0-0-beta-biglybt_1.5.0.0_20180411.zip
options = !strip
- source = GitHub_BiglyBT_Installer_1.4.0.0b1.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v1.4.0.0/GitHub_BiglyBT_Installer.sh
- source = http://www.sb-innovation.de/attachments/f41/18562d1516610368-biglybt-extreme-mod-sb-innovation-1-4-0-0-beta-rev1-biglybt_1.4.0.0_20180122.zip
- md5sums = 1e059362ac473e4a8c386bb5115bffa4
- md5sums = de9fa89bafd150041855857243b3cbde
+ source = GitHub_BiglyBT_Installer_1.5.0.0b.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v1.5.0.0/GitHub_BiglyBT_Installer.sh
+ source = http://www.sb-innovation.de/attachments/f41/18697d1523444157-biglybt-extreme-mod-sb-innovation-1-5-0-0-beta-biglybt_1.5.0.0_20180411.zip
+ md5sums = ca39e3616f0a120c3d15622395699cbf
+ md5sums = bb8dad378cfce2da81c1300b413a98fa
pkgname = biglybt-extreme-mod
diff --git a/PKGBUILD b/PKGBUILD
index 39b1575615ad..117882cefafc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt-extreme-mod
-pkgver=1.4.0.0b1
+pkgver=1.5.0.0b
_ver=${pkgver/b*}
-pkgrel=2
+pkgrel=1
pkgdesc="A modded version of the BiglyBT client with multiple spoofing capabilities"
arch=('x86_64')
url="http://www.sb-innovation.de/f41/"
@@ -12,10 +12,10 @@ depends=('desktop-file-utils' 'java-runtime>=9')
options=('!strip')
install=$pkgname.install
source=("GitHub_BiglyBT_Installer_$pkgver.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v$_ver/GitHub_BiglyBT_Installer.sh"
- 'http://www.sb-innovation.de/attachments/f41/18562d1516610368-biglybt-extreme-mod-sb-innovation-1-4-0-0-beta-rev1-biglybt_1.4.0.0_20180122.zip')
+ 'http://www.sb-innovation.de/attachments/f41/18697d1523444157-biglybt-extreme-mod-sb-innovation-1-5-0-0-beta-biglybt_1.5.0.0_20180411.zip')
noextract=($(basename ${source[1]}))
-md5sums=('1e059362ac473e4a8c386bb5115bffa4'
- 'de9fa89bafd150041855857243b3cbde')
+md5sums=('ca39e3616f0a120c3d15622395699cbf'
+ 'bb8dad378cfce2da81c1300b413a98fa')
package() {
if [[ ! -f /usr/bin/javac ]]; then