diff options
author | Patrick Northon | 2021-09-26 10:50:06 -0400 |
---|---|---|
committer | Patrick Northon | 2021-09-26 10:50:06 -0400 |
commit | e6f6e85ddbcd400602c65e797f2d510a3aaf5f55 (patch) | |
tree | 3768db7a0a68d83cad5970efcb9415c26164fad1 /PKGBUILD | |
parent | 4a273e5a21a124f1c68bf398df8143293945d5af (diff) | |
download | aur-vuze.tar.gz |
Update urls and checksum.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |