diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-07-12 13:41:39 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-07-12 13:41:39 (GMT) |
commit | 9eda529d284b19a31676f6f661071d4f78f57ccb (patch) | |
tree | 28fde04e55f3f80428cc58d2220065258b9c90c3 /linhes | |
parent | 703f4a7b46c1e38c93ab149033b00970a6c6cf2f (diff) | |
download | linhes_pkgbuild-9eda529d284b19a31676f6f661071d4f78f57ccb.zip linhes_pkgbuild-9eda529d284b19a31676f6f661071d4f78f57ccb.tar.gz linhes_pkgbuild-9eda529d284b19a31676f6f661071d4f78f57ccb.tar.bz2 |
qbittorrent-vuetorrent-vue: 1.6.0
Diffstat (limited to 'linhes')
-rw-r--r-- | linhes/qbittorrent-vuetorrent-bin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD index 4752798..70615fa 100644 --- a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD +++ b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD @@ -3,7 +3,7 @@ pkgname=qbittorrent-vuetorrent-bin _pkgname=vuetorrent -pkgver=1.5.11 +pkgver=1.6.0 pkgrel=1 pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!' arch=('any') @@ -17,7 +17,7 @@ optdepends=( ) install=qbittorrent-vuetorrent.install source=("${_pkgname}-$pkgver.zip::https://github.com/WDaan/VueTorrent/releases/download/v$pkgver/${_pkgname}.zip") -sha512sums=('d792380b5df45c7d4ca3b1371e61605c037ee598087a0e544f33d8d154d546c67db8e991996b7908487581f34e40f7f8a4ee747e0ebb37f828f0261e85ea6876') +sha512sums=('374639c070c3256964639746a9e3d62ab23550c400067f3e6a3a5a6c169fafdb311b83f91fd9fd835636e8243263990e9abe71860aa5c7930bde14be1faa0d50') package() { cd "$srcdir/vuetorrent" |