diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-05-04 00:31:34 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-05-04 00:31:34 (GMT) |
commit | a2d78284c42cc4f18b997a5445c04d5726a32d70 (patch) | |
tree | 2c17fb99f58c61d3aac5600328a78c77dab31564 /linhes/qbittorrent-vuetorrent-bin/PKGBUILD | |
parent | 53958d5f672d04e9c397a7a86c33179cf085e295 (diff) | |
download | linhes_pkgbuild-a2d78284c42cc4f18b997a5445c04d5726a32d70.zip linhes_pkgbuild-a2d78284c42cc4f18b997a5445c04d5726a32d70.tar.gz linhes_pkgbuild-a2d78284c42cc4f18b997a5445c04d5726a32d70.tar.bz2 |
qbittorrent-vuetorrent-bin: update to 2.8.0
Diffstat (limited to 'linhes/qbittorrent-vuetorrent-bin/PKGBUILD')
-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 58271c1..498f6c8 100644 --- a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD +++ b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qbittorrent-vuetorrent-bin _pkgname=vuetorrent -pkgver=2.7.2 +pkgver=2.8.0 pkgrel=1 pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!' @@ -21,7 +21,7 @@ optdepends=( install=qbittorrent-vuetorrent.install source=("${_pkgname}-$pkgver.zip::${url}/releases/download/v$pkgver/${_pkgname}.zip") -sha512sums=('e34703647ba7fc61f0ef9e45f396aada647d6ee5df8b728a7a8c5ceb1ccd14375f0e2b60d9a56341b2dab613a287c1b4634569f75288aa89b4f021feb7c1640e') +sha512sums=('87213f659db3f50e37be214993a86948b3e86c979cc56556322828ca2d4201e12627be4bcf574a107701cef949a83b493c8d2624a2ec44d4c8c44e5862608bf0') package() { cd "$srcdir/vuetorrent" |