summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantham2016-02-06 22:36:47 +0100
committerantham2016-02-06 22:36:47 +0100
commit4df51c37b9ba4e5ed5c1aa25c9b38d73f7cf8400 (patch)
tree0f3a470de93a0c80c121dd62e0a1dc527ef46368 /PKGBUILD
parent0b19e8da3464ff9ae657d540b81e54a89323c8e1 (diff)
downloadaur-4df51c37b9ba4e5ed5c1aa25c9b38d73f7cf8400.tar.gz
Set version 2.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81602442608e..7438d0419d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Maintainer: Anthony HAMON <hamon.anth@gmail.com>
pkgname=goller
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Command line log parser to aggregate fields and count occurences"
arch=('x86_64' 'i686')
url="https://github.com/antham/goller"
license=('GPL')
source=("https://github.com/antham/goller/releases/download/v2.2.0/goller_linux_386")
-md5sums=("4cd29582e6073d5fcbc495d3acceae89")
+md5sums=("961ec1035185b2e780ac7e9079bc6227")
package() {
install -Dm755 "goller_linux_386" "$pkgdir/usr/bin/$pkgname"