summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-09-26 10:50:06 -0400
committerPatrick Northon2021-09-26 10:50:06 -0400
commite6f6e85ddbcd400602c65e797f2d510a3aaf5f55 (patch)
tree3768db7a0a68d83cad5970efcb9415c26164fad1
parent4a273e5a21a124f1c68bf398df8143293945d5af (diff)
downloadaur-e6f6e85ddbcd400602c65e797f2d510a3aaf5f55.tar.gz
Update urls and checksum.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aca656482b7f..32bc2b7f3363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = vuze
pkgdesc = A feature-rich Java-based BitTorrent client (previously called 'Azureus')
pkgver = 5.7.6.0
pkgrel = 1
- url = http://sourceforge.net/projects/azureus/
+ url = https://sourceforge.net/projects/azureus/
install = vuze.install
arch = x86_64
license = GPL
@@ -12,8 +12,7 @@ pkgbase = vuze
optdepends = vuze-plugin-mldht: The alternative Distributed Hash Table implementation (DHT) used by µTorrent
optdepends = xulrunner192: Needed for the channels GUI
options = !strip
- source = http://downloads.sourceforge.net/azureus/vuze/Vuze_5760/Vuze_5760_linux.tar.bz2
- md5sums = 0c6cba3f2ef401df5c09e020ce9b1ff3
+ source = https://downloads.sourceforge.net/azureus/vuze/Vuze_5760/Vuze_5760_linux.tar.bz2
+ sha256sums = 1c5995ed8a25bac4bf1cea012b583af92af04c15579ab686689bca13e6cad36c
pkgname = vuze
-
diff --git a/PKGBUILD b/PKGBUILD
index a04bb6fd6e0d..8e2c09ca1d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Det <nimetonmaili gmail a-dot com>
+# Contributor: Patrick Northon <northon_patrick3@yahoo.ca>
+# Contributor: Det <nimetonmaili gmail a-dot com>
# Contributor: vorbote <palopezv AT gmail DOT com >
# Contributor: td123 <gostrc AT gmail DOT com>
# Contributor: phoenixlzx < phoenixlzx AT phoenixsec DOT org >
@@ -9,7 +10,7 @@ pkgrel=1
_ver=${pkgver//./}
pkgdesc="A feature-rich Java-based BitTorrent client (previously called 'Azureus')"
arch=('x86_64')
-url="http://sourceforge.net/projects/azureus/"
+url="https://sourceforge.net/projects/azureus/"
license=('GPL')
depends=('desktop-file-utils' 'java-runtime')
optdepends=('vuze-plugin-countrylocator: Country flags for the "Peers" tab'
@@ -17,8 +18,8 @@ optdepends=('vuze-plugin-countrylocator: Country flags for the "Peers" tab'
'xulrunner192: Needed for the channels GUI')
options=('!strip')
install=$pkgname.install
-source=("http://downloads.sourceforge.net/azureus/vuze/Vuze_${_ver}/Vuze_${_ver}_linux.tar.bz2")
-md5sums=('0c6cba3f2ef401df5c09e020ce9b1ff3')
+source=("https://downloads.sourceforge.net/azureus/vuze/Vuze_${_ver}/Vuze_${_ver}_linux.tar.bz2")
+sha256sums=('1c5995ed8a25bac4bf1cea012b583af92af04c15579ab686689bca13e6cad36c')
package() {
cd $pkgname