summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhbriese2020-09-21 14:00:03 +1000
committerhbriese2020-09-21 14:00:03 +1000
commit827abb1b652ef3333dcb83cee6e0d2cb16f171ec (patch)
tree30b449237671f11d286a0713da4313f86202bd23
parentff7f6d4c7eb2a15e049d378cddccd96b29f13c8e (diff)
downloadaur-827abb1b652ef3333dcb83cee6e0d2cb16f171ec.tar.gz
Updated to v0.23.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2a38b5ed036..ab07e6e50f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fancon
pkgdesc = A Linux fan control daemon
- pkgver = 0.23.1
+ pkgver = 0.23.5
pkgrel = 1
url = https://github.com/hbriese/fancon
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = fancon
depends = grpc
depends = boost-libs
conflicts = fancon-git
- source = https://github.com/hbriese/fancon/archive/v0.23.1.tar.gz
- sha512sums = 8733f45e618cd1aac38926a4ef6edbb155009f38431c01759917422c67e3fbf032a0b8e257ba55eb00702890c14332d600cac64d136bc0843dae1ede31e6020d
+ source = https://github.com/hbriese/fancon/archive/v0.23.5.tar.gz
+ sha512sums = bd83e0bda10d02ad035cc49ce1666faff6cb9a5a80318413a663c9919a0daf26504b14abad9c4719c87792eb507a54ad35dad03cbde16c52d999f47bc6e462a0
pkgname = fancon
diff --git a/PKGBUILD b/PKGBUILD
index 3fbb770074a6..54c955349441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Artem Klevtsov <a.a.klevtsov@gmail com>
pkgname=fancon
-pkgver=0.23.1
+pkgver=0.23.5
pkgrel=1
pkgdesc="A Linux fan control daemon"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('lm_sensors' 'grpc' 'boost-libs')
makedepends=('clang>=9.0' 'cmake>=3.13' 'boost' 'protobuf' 'libx11' 'pstreams' 'libxnvctrl')
source=("https://github.com/hbriese/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('8733f45e618cd1aac38926a4ef6edbb155009f38431c01759917422c67e3fbf032a0b8e257ba55eb00702890c14332d600cac64d136bc0843dae1ede31e6020d')
+sha512sums=('bd83e0bda10d02ad035cc49ce1666faff6cb9a5a80318413a663c9919a0daf26504b14abad9c4719c87792eb507a54ad35dad03cbde16c52d999f47bc6e462a0')
conflicts=("${pkgname}-git")
build() {