summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6091f5b2795..985a90ba2832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libite
pkgdesc = Extends the GNU libc with some missing stuff from BSD
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/troglobit/libite
arch = i686
arch = x86_64
arch = armv7h
license = custom
- source = https://github.com/troglobit/libite/releases/download/v2.6.0/libite-2.6.0.tar.xz
- sha256sums = 665a8a791f41dfe69f44640453e37fd29e72ab0e02ed269f1582f7550d19796d
+ source = https://github.com/troglobit/libite/releases/download/v2.6.1/libite-2.6.1.tar.xz
+ sha256sums = 0185c3e76874c5821825deaf17cd45e81ce49aaa424e09de5f3665243c59026b
pkgname = libite
diff --git a/PKGBUILD b/PKGBUILD
index 866e55e1a8b6..4236e534903e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Schury <dasc at posteo de>
pkgname=libite
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
pkgdesc='Extends the GNU libc with some missing stuff from BSD'
url='https://github.com/troglobit/libite'
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64' 'armv7h')
license=('custom')
source=("https://github.com/troglobit/${pkgname}/releases/download/v${pkgver}/${pkgname}-$pkgver.tar.xz")
-sha256sums=('665a8a791f41dfe69f44640453e37fd29e72ab0e02ed269f1582f7550d19796d')
+sha256sums=('0185c3e76874c5821825deaf17cd45e81ce49aaa424e09de5f3665243c59026b')
build() {
cd "${pkgname}-${pkgver}"