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