summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin C. Doege2020-12-23 16:46:26 +0100
committerMartin C. Doege2020-12-23 16:46:26 +0100
commit0e0bf8dd5d5190bfcf3caac43fec37f8d505820e (patch)
tree85ac1f0a2ee31b905ea07a230871491b4c756642
parent1f228a601e0c07562d19116b5d13cf35629162b2 (diff)
downloadaur-0e0bf8dd5d5190bfcf3caac43fec37f8d505820e.tar.gz
update checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c7012f57d4..9b60f8a7ef89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = udunits
depends = expat
options = !libtool
source = https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-2.2.28-Source.tar.gz
- sha256sums = 84107ce2e147870a8a2c9d1ea35e36ed8634a24252ae95782cc0c0494e772618
+ sha256sums = 4cff332db4368c621998116603ad2d35cfd4a605e60a77e9a7270aed7d905711
pkgname = udunits
diff --git a/PKGBUILD b/PKGBUILD
index 2c94110fa9e6..51bf40afcd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('expat')
options=('!libtool')
install=udunits.install
source=(https://artifacts.unidata.ucar.edu/repository/downloads-udunits/$pkgname-$pkgver-Source.tar.gz)
-sha256sums=('84107ce2e147870a8a2c9d1ea35e36ed8634a24252ae95782cc0c0494e772618')
+sha256sums=('4cff332db4368c621998116603ad2d35cfd4a605e60a77e9a7270aed7d905711')
build() {
cd "$srcdir/$pkgname-$pkgver-Source"