community/libbloom to 1.6-1

This commit is contained in:
Kevin Mihelich 2019-06-26 12:26:23 +00:00
parent a9e300830e
commit c6df75f3eb

View file

@ -4,7 +4,7 @@
# - set BITS=default instead of MM=" "
pkgname=libbloom
pkgver=1.5
pkgver=1.6
pkgrel=1
pkgdesc="A simple and small bloom filter implementation in plain C"
arch=('x86_64')
@ -12,7 +12,7 @@ url="https://github.com/jvirkki/libbloom"
license=('BSD')
depends=('glibc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jvirkki/libbloom/archive/v$pkgver.tar.gz")
sha512sums=('0dd69e3ee102e5808ba4350c71d212876db56235e263f8d5a66d6c3616d2e51cc18b5ca3a5a946d79c12751d9cc5667f7c633d77645c4b88a4d16ea344b51929')
sha512sums=('3dd4343d68def05800dd6ffc5a05b05d0702a8c0c9f0a397f105d4389c88a7bffa419734aeb4fa4e1a2c418b12a8192fa27ddcbaeee72906450d64cbfd64db15')
build() {
cd libbloom-$pkgver