diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-11-16 15:28:26 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-11-16 15:28:26 (GMT) |
commit | 29c40aff2fd23aec42b4191ee01ed52b98a8883a (patch) | |
tree | e9aff6ad80ebcd379907101a807aa638e00ea381 /linhes/qbittorrent-vuetorrent-bin/PKGBUILD | |
parent | 76e6b2cbc4472cdfb6cacd5bf0933215d298ee3e (diff) | |
download | linhes_pkgbuild-29c40aff2fd23aec42b4191ee01ed52b98a8883a.zip linhes_pkgbuild-29c40aff2fd23aec42b4191ee01ed52b98a8883a.tar.gz linhes_pkgbuild-29c40aff2fd23aec42b4191ee01ed52b98a8883a.tar.bz2 |
qbittorrent-vuetorrent-bin: update to 2.17.0
Diffstat (limited to 'linhes/qbittorrent-vuetorrent-bin/PKGBUILD')
-rw-r--r-- | linhes/qbittorrent-vuetorrent-bin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD index d2bf09c..86091ac 100644 --- a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD +++ b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD @@ -4,12 +4,12 @@ pkgname=qbittorrent-vuetorrent-bin _pkgname=vuetorrent -pkgver=2.14.1 +pkgver=2.17.0 pkgrel=1 pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!' arch=('any') -url='https://github.com/WDaan/VueTorrent' +url='https://github.com/VueTorrent/VueTorrent' license=('GPL3') provides=("qbittorrent-${_pkgname}") @@ -21,7 +21,7 @@ optdepends=( install=qbittorrent-vuetorrent.install source=("${_pkgname}-$pkgver.zip::${url}/releases/download/v$pkgver/${_pkgname}.zip") -sha512sums=('80d214118a390751600b6d20a382809f81b10718f1bcb5e44984cdcc436834d454cbb43786a90bcb5c16f0e201841eccdc0ee203867bdf70981d1eea47e92ab8') +sha512sums=('c2608f8451d1944cb386358b870e79aff6e24c4bb134e1677d0824002f5d8c1d118499b0f1f1b57a2d98a8f77d70518be5812a4c6be81debb1a324b12f4366e9') package() { cd "$srcdir/vuetorrent" |