diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-02-24 18:46:07 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-02-24 18:46:07 (GMT) |
commit | 867cf490478ae32ca6e321358ab4c48c7d6996fe (patch) | |
tree | 6bef5e503618a53e66ada7165b11db55fef67b52 | |
parent | 71530ef38d97dcde0ac4945fad99ab45ffbf2fb1 (diff) | |
download | linhes_pkgbuild-867cf490478ae32ca6e321358ab4c48c7d6996fe.zip linhes_pkgbuild-867cf490478ae32ca6e321358ab4c48c7d6996fe.tar.gz linhes_pkgbuild-867cf490478ae32ca6e321358ab4c48c7d6996fe.tar.bz2 |
qbittorrent-vuetorrent-bin: update 2.7.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 ac37b2c..36b597a 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.6.0 + pkgver = 2.7.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.6.0.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.6.0/vuetorrent.zip - sha512sums = 6f591d19c25684a2df478af45d8969ff9dde1cb1745ff85516439f2404c689360cbd4a3c45d6d37475a755cb43d962038f6b0adc47f4e1eb49101dd0d49ec221 + source = vuetorrent-2.7.0.zip::https://github.com/WDaan/VueTorrent/releases/download/v2.7.0/vuetorrent.zip + sha512sums = bc4636fb3c5ece0f022a3b2aa2f638aa2aa94db26ac370a87004a54392fe5679be2d19c8a3087895ac8c26a67b10197e6aa17dd232dcc5bff3eabf9fdd6a6ef5 pkgname = qbittorrent-vuetorrent-bin diff --git a/linhes/qbittorrent-vuetorrent-bin/PKGBUILD b/linhes/qbittorrent-vuetorrent-bin/PKGBUILD index 7a197e0..6b9b704 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.6.0 +pkgver=2.7.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=('6f591d19c25684a2df478af45d8969ff9dde1cb1745ff85516439f2404c689360cbd4a3c45d6d37475a755cb43d962038f6b0adc47f4e1eb49101dd0d49ec221') +sha512sums=('bc4636fb3c5ece0f022a3b2aa2f638aa2aa94db26ac370a87004a54392fe5679be2d19c8a3087895ac8c26a67b10197e6aa17dd232dcc5bff3eabf9fdd6a6ef5') package() { cd "$srcdir/vuetorrent" |