summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2021-04-10 22:32:25 +0200
committerSophie Tauchert2021-04-10 22:32:25 +0200
commit32298347db785693716ff91c81a7abacb1fa89b2 (patch)
treee4dffe1200314624614b0cb84b9303b69d49b6ee
parent8589fbeb7936e863e29a9a65ba20c311d6511183 (diff)
downloadaur-32298347db785693716ff91c81a7abacb1fa89b2.tar.gz
Update to v1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee994d0f954c..2f43ce75e655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gkraken
pkgdesc = GUI that allows to control cooling of NZXT Kraken X (X42, X52, X62 or X72) pumps from Linux
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://gitlab.com/leinardi/gkraken
install = gkraken.install
@@ -21,9 +21,9 @@ pkgbase = gkraken
depends = python-pyxdg
depends = python-requests
depends = python-rx
- source = https://gitlab.com/leinardi/gkraken/-/archive/1.1.0/gkraken-1.1.0.tar.gz
+ source = https://gitlab.com/leinardi/gkraken/-/archive/1.1.1/gkraken-1.1.1.tar.gz
source = 60-gkraken.rules
- sha256sums = 73cf4845e09f9d4ab504a01104e997fbfce3602cb3bf0cb6f12a20195f980fee
+ sha256sums = d0f8a38ca2e552fd4ccbc1f57de314416838b0c85fddb4948502d8125ef6375d
sha256sums = 26ce441dbe4a6e4e0ae879570612aa60e268eb0a5ef26589c40ad117b51bfb8c
pkgname = gkraken
diff --git a/PKGBUILD b/PKGBUILD
index 3f9fb2ea26ec..62c04e233140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gkraken
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="GUI that allows to control cooling of NZXT Kraken X (X42, X52, X62 or X72) pumps from Linux"
arch=('any')
@@ -14,7 +14,7 @@ conflicts=()
install="$pkgname.install"
source=("https://gitlab.com/leinardi/gkraken/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'60-gkraken.rules')
-sha256sums=('73cf4845e09f9d4ab504a01104e997fbfce3602cb3bf0cb6f12a20195f980fee'
+sha256sums=('d0f8a38ca2e552fd4ccbc1f57de314416838b0c85fddb4948502d8125ef6375d'
'26ce441dbe4a6e4e0ae879570612aa60e268eb0a5ef26589c40ad117b51bfb8c')
build() {