summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRains2017-07-12 18:28:55 +0800
committerRains2017-07-12 18:28:55 +0800
commit81b9e150ccc2ae266bc5987295776cd1fa841b35 (patch)
tree9371ff36bff18213738f62495e8eb9b42bf87924 /PKGBUILD
parent04249aad108534ca3e4bffabaae3e6fd72f9ad1c (diff)
downloadaur-81b9e150ccc2ae266bc5987295776cd1fa841b35.tar.gz
update to 2.1.7, replace md5sum to sha256sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 133a8dc6f684..f65d7e876705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=binfmt-support
-pkgver=2.1.6
+pkgver=2.1.7
pkgrel=1
pkgdesc="register interpreters for various binary formats"
arch=(i686 x86_64)
@@ -9,8 +9,8 @@ depends=('libpipeline')
makedepends=()
source=(http://ftp.de.debian.org/debian/pool/main/b/binfmt-support/binfmt-support_$pkgver.orig.tar.gz
binfmt-support.service)
-md5sums=('b3389857d88f35c93b45f99a19a24698'
- '72df6ac607ebfe9eface932b76b66291')
+sha256sums=('7ca0d0009220b9213e4637f4bbdc3c0030b0548eb9bbcd56e0a99876fa879a55'
+ 'efba2300b9f0c8c5c14696d2b25836d91edaaad8d30c64ed7d3eab0163b2553e')
build() {
cd "$srcdir/$pkgname-$pkgver"