aboutsummaryrefslogtreecommitdiffstats
path: root/libred/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-10 12:16:04 +0200
committerMattias Andrée <maandree@kth.se>2019-10-10 12:16:04 +0200
commit565e63dacb0f8b49afabfa47511307ea628fb731 (patch)
tree24e93b8e1b1e18a7cc1cbd5773693969bd944bfe /libred/PKGBUILD
parent... (diff)
downloadaur-packages-565e63dacb0f8b49afabfa47511307ea628fb731.tar.gz
aur-packages-565e63dacb0f8b49afabfa47511307ea628fb731.tar.bz2
aur-packages-565e63dacb0f8b49afabfa47511307ea628fb731.tar.xz
Update libred to version 1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libred/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libred/PKGBUILD b/libred/PKGBUILD
index 7729d87..f983dae 100644
--- a/libred/PKGBUILD
+++ b/libred/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=libred
-pkgver=1.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Solar elevation and blackbody colour calculation library for C"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=('ISC')
depends=()
makedepends=(sed)
source=(libred-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(1a176a88e9c21ef507401b1da6ea05f4b73872e8eda8022e97e119afaa1192cc)
+sha256sums=(bb4bbd0c232582e60cf642c208a5bcff4fb84aad3363d6d11e3ed14b1f7c27b3)
build() {