diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-11-30 03:53:20 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-11-30 03:53:20 (GMT) |
commit | 7ebf4bfa7f580aa15cb842ed3b9d43187b47ec2b (patch) | |
tree | b467966c47cb27324c7ef851ab1e236f2180b642 | |
parent | 8dadd2827a694348c5c9931a4ee084511912a376 (diff) | |
download | linhes_pkgbuild-7ebf4bfa7f580aa15cb842ed3b9d43187b47ec2b.zip linhes_pkgbuild-7ebf4bfa7f580aa15cb842ed3b9d43187b47ec2b.tar.gz linhes_pkgbuild-7ebf4bfa7f580aa15cb842ed3b9d43187b47ec2b.tar.bz2 |
qbittorrent-vuetorrent-bin: update to 2.2.0
-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 e66607c..bf4759e 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.1.1 + pkgver = 2.2.0 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.1.1.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.1.1/vuetorrent.zip - sha512sums = 41b5da8a096b8c79edaf14ed2386e16415fd790b23a552af871f575f3fdd68b2f47461ddc1b2f66f730ced3c3b06cc91ab725c177e66afced8a62e8c1733d0fc + source = vuetorrent-2.2.0.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.2.0/vuetorrent.zip + sha512sums = ed4c50dfa0b993ee4ce65c18301c94b3053b17d45129fec49007d10ab50ddba07219e4e58a7507465a83e981896e708a02ed2ed088a6808e493881a02fea0505 pkgname = qbittorrent-vuetorrent-bin diff --git a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD index 8b8c361..3dfa271 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.1.1 +pkgver=2.2.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=('41b5da8a096b8c79edaf14ed2386e16415fd790b23a552af871f575f3fdd68b2f47461ddc1b2f66f730ced3c3b06cc91ab725c177e66afced8a62e8c1733d0fc') +sha512sums=('ed4c50dfa0b993ee4ce65c18301c94b3053b17d45129fec49007d10ab50ddba07219e4e58a7507465a83e981896e708a02ed2ed088a6808e493881a02fea0505') package() { cd "$srcdir/vuetorrent" |