diff options
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" |