summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3cb68f395ba..511e465f49ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liquidctl
pkgdesc = Cross-platform tool and drivers for liquid coolers and other devices
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/jonasmalacofilho/liquidctl
arch = any
@@ -11,7 +11,7 @@ pkgbase = liquidctl
depends = python-pyusb
depends = python-hidapi
depends = python-docopt
- source = https://github.com/jonasmalacofilho/liquidctl/releases/download/v1.4.1/liquidctl-1.4.1.tar.gz
+ source = https://github.com/jonasmalacofilho/liquidctl/releases/download/v1.4.2/liquidctl-1.4.2.tar.gz
sha256sums = 59a3bc65b3f3e71a5714224401fe6e95dfdee591a1d6f4392bc4e6d6ad72ff8d
pkgname = liquidctl
diff --git a/PKGBUILD b/PKGBUILD
index 980c978d6edf..0d7b6bb67122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: FabioLolix <fabio.lolix@gmail.com>
pkgname=liquidctl
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Cross-platform tool and drivers for liquid coolers and other devices"
url="https://github.com/jonasmalacofilho/liquidctl"
@@ -12,7 +12,7 @@ makedepends=('python-pytest')
license=('GPL3')
arch=('any')
source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('59a3bc65b3f3e71a5714224401fe6e95dfdee591a1d6f4392bc4e6d6ad72ff8d')
+sha256sums=('39da5f5bcae1cbd91e42e78fdb19f4f03b6c1a585addc0b268e0c468e76f1a3c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"