diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-05-17 15:15:26 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-05-17 15:15:26 (GMT) |
commit | 2edc04223a3ddf1af03f310f608f577cbec983ca (patch) | |
tree | 134d3a4886e9067e3f6cd8469a7180aabe7e508c | |
parent | b83d10ba1914681a50a65e8db55d93ee282bb136 (diff) | |
download | linhes_pkgbuild-2edc04223a3ddf1af03f310f608f577cbec983ca.zip linhes_pkgbuild-2edc04223a3ddf1af03f310f608f577cbec983ca.tar.gz linhes_pkgbuild-2edc04223a3ddf1af03f310f608f577cbec983ca.tar.bz2 |
qbittorrent-vuetorrent-bin: update to 2.24.2
-rw-r--r-- | linhes/qbittorrent-vuetorrent-bin/.SRCINFO | 6 | ||||
-rw-r--r-- | linhes/qbittorrent-vuetorrent-bin/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/linhes/qbittorrent-vuetorrent-bin/.SRCINFO b/linhes/qbittorrent-vuetorrent-bin/.SRCINFO index c9cfd21..0c63c76 100644 --- a/linhes/qbittorrent-vuetorrent-bin/.SRCINFO +++ b/linhes/qbittorrent-vuetorrent-bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = qbittorrent-vuetorrent-bin pkgdesc = The sleekest looking WebUI for qBittorrent made with Vue.js! - pkgver = 2.22.0 + pkgver = 2.24.2 pkgrel = 1 url = https://github.com/WDaan/VueTorrent install = qbittorrent-vuetorrent.install @@ -10,7 +10,7 @@ pkgbase = qbittorrent-vuetorrent-bin optdepends = qbittorrent-nox: for use with qbittorrent-nox provides = qbittorrent-vuetorrent conflicts = qbittorrent-vuetorrent - source = vuetorrent-2.22.0.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.22.0/vuetorrent.zip - sha512sums = 08835cc8892b7b02b4fc7f958e60889eeb4b64a2020aea389d5e2d7daa09eb84a068b2ee2b50c6d18a73386dab2758486819d6dc4cb7e837d2993ee13570ef1f + source = vuetorrent-2.24.2.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.24.2/vuetorrent.zip + sha512sums = 0f1e92f1223ebd2f4ecb98c73fa7d36212c8e7fb875fae5ef942f8c8dbae4fa91cb261ab200b038561c99887d54a897956b3c0c95aa8c799b7782712210c0347 pkgname = qbittorrent-vuetorrent-bin diff --git a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD index d024a17..cd96617 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.22.0 +pkgver=2.24.2 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=('08835cc8892b7b02b4fc7f958e60889eeb4b64a2020aea389d5e2d7daa09eb84a068b2ee2b50c6d18a73386dab2758486819d6dc4cb7e837d2993ee13570ef1f') +sha512sums=('0f1e92f1223ebd2f4ecb98c73fa7d36212c8e7fb875fae5ef942f8c8dbae4fa91cb261ab200b038561c99887d54a897956b3c0c95aa8c799b7782712210c0347') package() { cd "$srcdir/vuetorrent" |