summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2022-07-08 01:53:09 +0200
committermrxx2022-07-08 01:53:09 +0200
commit1d4941eabfdeabf16b9766bf8e6af64e3fd5380d (patch)
treef571aea162e1a0a6bcee6f7643e8dc130a8f3cb7
parented0486f933967e0407c3ea7f10bcad570cdc1c78 (diff)
downloadaur-1d4941eabfdeabf16b9766bf8e6af64e3fd5380d.tar.gz
Upgpkg: 3.1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e00e899d94..1ce7336bdb63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biglybt
pkgdesc = Feature-filled Bittorrent client based on the Azureus project
- pkgver = 3.0.0.0
- pkgrel = 2
+ pkgver = 3.1.0.0
+ pkgrel = 1
url = https://www.biglybt.com/
install = biglybt.install
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = biglybt
optdepends = libappindicator-gtk3
optdepends = ttf-dejavu
options = !strip
- source = GitHub_BiglyBT_Installer_3.0.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.0.0.0/GitHub_BiglyBT_Installer.sh
- sha256sums = 4a8eb8619959e77ef5579d1c297b2d9e8b71f4a247022133365be3820b87d96b
+ source = GitHub_BiglyBT_Installer_3.1.0.0.sh::https://github.com/BiglySoftware/BiglyBT/releases/download/v3.1.0.0/GitHub_BiglyBT_Installer.sh
+ sha256sums = f8a1d7c2ac36c61607783c09febff73c44870f5b04add0a9cc9dea3a4c42febb
pkgname = biglybt
diff --git a/PKGBUILD b/PKGBUILD
index ca8d2a011d18..c899d54c706f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Det <nimetonmaili gmail a-dot com>
pkgname=biglybt
-pkgver=3.0.0.0
-pkgrel=2
+pkgver=3.1.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=('4a8eb8619959e77ef5579d1c297b2d9e8b71f4a247022133365be3820b87d96b')
+sha256sums=('f8a1d7c2ac36c61607783c09febff73c44870f5b04add0a9cc9dea3a4c42febb')
package() {
if [[ ! -f /usr/bin/javac ]]; then