summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMédéric Boquien2018-07-02 12:46:00 -0400
committerMédéric Boquien2018-07-02 12:46:00 -0400
commit80bc11c01d55c590b33dbd4d72de2ab934fe18ea (patch)
tree1f3e83f65697e94df9fa924de7192efefd368fd2 /PKGBUILD
parent604c00949b1edd8b5f1f22a9174e9672cf304d24 (diff)
downloadaur-80bc11c01d55c590b33dbd4d72de2ab934fe18ea.tar.gz
Update to version 1.4.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88bf5b75c560..fdba35f758dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Médéric Boquien <mboquien@free.fr>
pkgname=erfa
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Set of algorithms and procedures used in fundamental astronomy"
url="https://github.com/liberfa/erfa"
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
license=('BSD')
options=('!libtool')
source=("https://github.com/liberfa/erfa/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('62347926625ecefbe5911446baed6676')
+md5sums=('6f67ea6e39c70337c5de980eb7409800')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"