summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-07-03 16:17:31 +0200
committerFrancesco Minnocci2021-07-03 16:17:31 +0200
commit9687a2e22aec7c75c64dae53e77b6a5497ccfb97 (patch)
treeccefa4372c56687679c005036b21c207816ee421 /PKGBUILD
parent31ddd07c2a193a19ebaf709bbc9620e0cb39ba40 (diff)
downloadaur-9687a2e22aec7c75c64dae53e77b6a5497ccfb97.tar.gz
Update to v0.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48bb32e1240d..53ed69de77b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Benjamin Abendroth <braph93@gmx.de>
pkgname=nbfc-linux
-pkgver=0.1.0
+pkgver=0.1.3
pkgrel=1
pkgdesc="Lightweight C port of NoteBook FanControl (no Mono required)"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL3')
conflicts=('nbfc')
provides=('nbfc')
source=("https://github.com/braph/nbfc-linux/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('19b9f7d1f2da4186085aebf29f30152b7eae8bfc4313c07fe92dd4cc6545f4cece7362dba0ee36351f09ccff44437670eac72f544cbce69ff655caf771e3e043')
+sha512sums=('0495c63ad3866468d53583690a4ba903bdc48741f44afdd492d6353e90288655709062ab4414da772a5616ce0dad51d67b9252ffd732da7586736a8e9b7dd695')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"