summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergey Kasmy2020-02-18 15:26:06 +0100
committerSergey Kasmy2020-02-18 15:27:42 +0100
commit56bb70345e9d6dd994e73c9f66ca3b41256e3be3 (patch)
tree71227e92f6ae78fd7222601f7e2a2023639f4b9e /PKGBUILD
parent28f4ce985426852ac8a13e55faa42d8d155bb67e (diff)
downloadaur-56bb70345e9d6dd994e73c9f66ca3b41256e3be3.tar.gz
Bump version to 1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdcd9efdfe04..923fa119484c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Sergey Kasmy <SleeplessSloth79@gmail.com>
pkgname=liquidctl
-pkgver='1.3.0'
+pkgver=1.3.3
pkgrel=1
pkgdesc="Cross-platform tool and drivers for liquid coolers and other devices"
url="https://github.com/jonasmalacofilho/liquidctl"
@@ -10,7 +10,7 @@ makedepends=()
license=('GPL3')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/l/liquidctl/liquidctl-${pkgver}.tar.gz")
-sha256sums=('ce0483b0a7f9cf2618cb30bdf3ff4195e20d9df6c615f69afe127f54956e42ce')
+sha256sums=('d13180867e07420c5890fe1110e8f45fe343794549a9ed7d5e8e76663bc10c24')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"