diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-06-24 00:26:52 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-06-24 00:26:52 (GMT) |
commit | cd4f5fdfb7a780c4a5f772cd30c4755e64a97f50 (patch) | |
tree | d0c03dfc2aa3b2bb4a1196978ab023f016841f27 /linhes | |
parent | 2b4a01b3164f54a84bea31a813b60caade07ea6c (diff) | |
download | linhes_pkgbuild-cd4f5fdfb7a780c4a5f772cd30c4755e64a97f50.zip linhes_pkgbuild-cd4f5fdfb7a780c4a5f772cd30c4755e64a97f50.tar.gz linhes_pkgbuild-cd4f5fdfb7a780c4a5f772cd30c4755e64a97f50.tar.bz2 |
qbittorrent-vuetorrent-bin: update to 1.5.11
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 7f6e68c..4752798 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.7 +pkgver=1.5.11 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=('694682b9af977146a6216db5f8e13f8cffb9341cf26bcfd93d9f70712904440605adc13392de53f08287148ccfa242484dca8d008c8f445fc121462760b1987d') +sha512sums=('d792380b5df45c7d4ca3b1371e61605c037ee598087a0e544f33d8d154d546c67db8e991996b7908487581f34e40f7f8a4ee747e0ebb37f828f0261e85ea6876') package() { cd "$srcdir/vuetorrent" |