summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2018-01-24 23:04:35 -0800
committerPatrick McCarty2018-01-24 23:04:35 -0800
commit5c6f9459512e5157a0fe40f88a99617b9c64f773 (patch)
tree855313eb0315a4d2e533d62e83dec70149b7bf36 /PKGBUILD
parent4204ae23736c721fac4eb2fc5ec40d6c646c4905 (diff)
downloadaur-5c6f9459512e5157a0fe40f88a99617b9c64f773.tar.gz
Bump to 1.1.0 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 806be30454c9..e33b338d93d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gawk-errno
_project=gawkextlib
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc="GAWK extension - convert errno values to strings and vice versa"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="https://sourceforge.net/projects/gawkextlib/"
license=('GPL')
depends=('gawkextlib')
source=("https://downloads.sourceforge.net/$_project/$pkgname-$pkgver.tar.gz")
-md5sums=('40026e0feb28ce7ef1ff10481f16af84')
-sha256sums=('ff3ecc2fd233fb4b49b7158e4f2c6153d2311c143d88a02b61202317d64a8953')
+md5sums=('126188cedf0c8756e4bf5cda94fed1b3')
+sha256sums=('973b0174836fe9d39bc2f87b42e0076f6cf522d2fc4725a9adf95b85976cb37c')
build() {
cd "$pkgname-$pkgver"