diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-08-16 17:19:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-08-16 17:19:27 (GMT) |
commit | 679fa84b47d4e95a5886899b71e6d5377eb42bf1 (patch) | |
tree | 9b0c2be090466e30204cca3d9a41de266c45fc44 /linhes/qbittorrent-vuetorrent-bin/PKGBUILD | |
parent | c5dd62f7e68898400612b2fc88d1b0dc6c90bbbd (diff) | |
download | linhes_pkgbuild-679fa84b47d4e95a5886899b71e6d5377eb42bf1.zip linhes_pkgbuild-679fa84b47d4e95a5886899b71e6d5377eb42bf1.tar.gz linhes_pkgbuild-679fa84b47d4e95a5886899b71e6d5377eb42bf1.tar.bz2 |
qbittorrent-vuetorrent-bin: update to 2.11.2
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 a3b917c..62b59fc 100644 --- a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD +++ b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD @@ -4,8 +4,8 @@ pkgname=qbittorrent-vuetorrent-bin _pkgname=vuetorrent -pkgver=2.10.2 -pkgrel=2 +pkgver=2.11.2 +pkgrel=1 pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!' arch=('any') @@ -21,7 +21,7 @@ optdepends=( install=qbittorrent-vuetorrent.install source=("${_pkgname}-$pkgver.zip::${url}/releases/download/v$pkgver/${_pkgname}.zip") -sha512sums=('7ff613191675f59ebf73e1135b1e6dd88b175f583bdeeb743499a6f1614902a411df8f18204923df5f4a34c32ce9619c194fa63dd7155f815e40623c82ce2672') +sha512sums=('f15986aba5215a7f6fa93a5334bb30d542695f25f7dd42cfe7b9a9601c742449cfbdd3dcc0842d4d8b9629117287c5f0b9aaf47e23984995a73b05288dbdbce6') package() { cd "$srcdir/vuetorrent" |