summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantham2016-02-06 18:16:43 +0100
committerantham2016-02-06 18:16:43 +0100
commitf1d87e2b6b1ba4eeb811cd802d982560d5101319 (patch)
tree50f87d7a3d55ee42e1abd6271425914c36c8114a /PKGBUILD
parent7838a01f081b13b31f5276a92fa55b5ace4ef39f (diff)
downloadaur-f1d87e2b6b1ba4eeb811cd802d982560d5101319.tar.gz
Revert "Revert "Set version 2.2.0""
This reverts commit 7838a01f081b13b31f5276a92fa55b5ace4ef39f.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bfba4c435fb..222ecd122555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Maintainer: Anthony HAMON <hamon.anth@gmail.com>
pkgname=goller
-pkgver=2.1.0
+pkgver=2.2.0
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.1.0/goller_linux_386")
-md5sums=("5776f43bbb4a60417c147ed7f40ebe5e")
+source=("https://github.com/antham/goller/releases/download/v2.2.0/goller_linux_386")
+md5sums=("4cd29582e6073d5fcbc495d3acceae89")
package() {
install -Dm755 "goller_linux_386" "$pkgdir/usr/bin/$pkgname"