diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-12-19 15:30:38 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-12-19 15:30:38 (GMT) |
commit | 5fcd09195d1b55d514230dbaba243123c954480f (patch) | |
tree | f620a1097f633045137db0a401a75d480e3b3026 | |
parent | 4c436595815390dd142f0143d336a265593a7c26 (diff) | |
download | linhes_pkgbuild-5fcd09195d1b55d514230dbaba243123c954480f.zip linhes_pkgbuild-5fcd09195d1b55d514230dbaba243123c954480f.tar.gz linhes_pkgbuild-5fcd09195d1b55d514230dbaba243123c954480f.tar.bz2 |
qbittorrent-vuetorrent-bin: update to 2.18.0testing
-rw-r--r-- | linhes/qbittorrent-vuetorrent-bin/.SRCINFO | 8 | ||||
-rw-r--r-- | linhes/qbittorrent-vuetorrent-bin/PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/linhes/qbittorrent-vuetorrent-bin/.SRCINFO b/linhes/qbittorrent-vuetorrent-bin/.SRCINFO index 76f95bd..ccd5b17 100644 --- a/linhes/qbittorrent-vuetorrent-bin/.SRCINFO +++ b/linhes/qbittorrent-vuetorrent-bin/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = qbittorrent-vuetorrent-bin pkgdesc = The sleekest looking WebUI for qBittorrent made with Vue.js! - pkgver = 2.17.0 + pkgver = 2.18.0 pkgrel = 1 - url = https://github.com/VueTorrent/VueTorrent + url = https://github.com/WDaan/VueTorrent install = qbittorrent-vuetorrent.install arch = any license = GPL3 @@ -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.17.0.zip::https://github.com/VueTorrent/VueTorrent/releases/download/v2.17.0/vuetorrent.zip - sha512sums = c2608f8451d1944cb386358b870e79aff6e24c4bb134e1677d0824002f5d8c1d118499b0f1f1b57a2d98a8f77d70518be5812a4c6be81debb1a324b12f4366e9 + source = vuetorrent-2.18.0.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.18.0/vuetorrent.zip + sha512sums = b89ae8bb0f1234c03cbdc78db2795c0fb4659d8f308e2cae5cef211d6a5eab67e6091e0cf0441789a3054a9f15270fb80a64e8ce30619c5da9bf95f02b1f54cd pkgname = qbittorrent-vuetorrent-bin diff --git a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD index 86091ac..2f47dbb 100644 --- a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD +++ b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD @@ -4,12 +4,12 @@ pkgname=qbittorrent-vuetorrent-bin _pkgname=vuetorrent -pkgver=2.17.0 +pkgver=2.18.0 pkgrel=1 pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!' arch=('any') -url='https://github.com/VueTorrent/VueTorrent' +url='https://github.com/WDaan/VueTorrent' license=('GPL3') provides=("qbittorrent-${_pkgname}") @@ -21,7 +21,7 @@ optdepends=( install=qbittorrent-vuetorrent.install source=("${_pkgname}-$pkgver.zip::${url}/releases/download/v$pkgver/${_pkgname}.zip") -sha512sums=('c2608f8451d1944cb386358b870e79aff6e24c4bb134e1677d0824002f5d8c1d118499b0f1f1b57a2d98a8f77d70518be5812a4c6be81debb1a324b12f4366e9') +sha512sums=('b89ae8bb0f1234c03cbdc78db2795c0fb4659d8f308e2cae5cef211d6a5eab67e6091e0cf0441789a3054a9f15270fb80a64e8ce30619c5da9bf95f02b1f54cd') package() { cd "$srcdir/vuetorrent" |