summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7665bc87dd9..b42dd09686d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qbittorrent-vuetorrent-bin
pkgdesc = The sleekest looking WebUI for qBittorrent made with Vue.js!
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/WDaan/VueTorrent
install = qbittorrent-vuetorrent.install
@@ -8,9 +8,9 @@ pkgbase = qbittorrent-vuetorrent-bin
license = GPL3
optdepends = qbittorrent: for use with qbittorrent
optdepends = qbittorrent-nox: for use with qbittorrent-nox
- source = https://github.com/WDaan/VueTorrent/releases/download/v0.11.0/vuetorrent.zip
+ source = https://github.com/WDaan/VueTorrent/releases/download/v0.12.0/vuetorrent.zip
source = qbittorrent-vuetorrent.install
- sha512sums = 171bf05d2c53bfe1832680b85bb472c7ec6a80a564435a9446e600999732e28c35a28871f31ac9e563ebb4493532216ff8bcb040c541477fc233fcecc14583d7
+ sha512sums = e1fbe2db1532e752d5fa0f83a6b37afbbdc54d4c5c73ade8a4f2780df6cda51f37f1623b81583aa9c475a7c49359806f1a366ab1b63ee6fab0c9f87b0e07714b
sha512sums = a52cd1793dc31b9a6fc95bfb9378eb9508c1ff2c79107d4d774823d35c0e9befbc8c86a97de023ff7939abeb2ce5511ff9183924658cbf88837db8ef7f2962cf
pkgname = qbittorrent-vuetorrent-bin
diff --git a/PKGBUILD b/PKGBUILD
index 566ae4a67cc1..4779625fe839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Falk Höppner <falk hoppner se>
pkgname=qbittorrent-vuetorrent-bin
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!'
arch=('any')
@@ -16,10 +16,8 @@ install=qbittorrent-vuetorrent.install
source=(
"https://github.com/WDaan/VueTorrent/releases/download/v$pkgver/vuetorrent.zip"
qbittorrent-vuetorrent.install)
-sha512sums=(
- '171bf05d2c53bfe1832680b85bb472c7ec6a80a564435a9446e600999732e28c35a28871f31ac9e563ebb4493532216ff8bcb040c541477fc233fcecc14583d7'
- 'a52cd1793dc31b9a6fc95bfb9378eb9508c1ff2c79107d4d774823d35c0e9befbc8c86a97de023ff7939abeb2ce5511ff9183924658cbf88837db8ef7f2962cf'
-)
+sha512sums=('e1fbe2db1532e752d5fa0f83a6b37afbbdc54d4c5c73ade8a4f2780df6cda51f37f1623b81583aa9c475a7c49359806f1a366ab1b63ee6fab0c9f87b0e07714b'
+ 'a52cd1793dc31b9a6fc95bfb9378eb9508c1ff2c79107d4d774823d35c0e9befbc8c86a97de023ff7939abeb2ce5511ff9183924658cbf88837db8ef7f2962cf')
package() {
cd "$srcdir/vuetorrent"