summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantham2016-02-06 18:13:04 +0100
committerantham2016-02-06 18:13:04 +0100
commit7838a01f081b13b31f5276a92fa55b5ace4ef39f (patch)
tree9b0cac19f57b3078891c5bcd6ba3b8c845a4e8b3
parentcc99f1674bcdeae9ef1b7863faf76640ba2f611c (diff)
downloadaur-7838a01f081b13b31f5276a92fa55b5ace4ef39f.tar.gz
Revert "Set version 2.2.0"
This reverts commit cc99f1674bcdeae9ef1b7863faf76640ba2f611c.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9c24a833356..8aa0038a8de6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 16:56:24 UTC 2016
+# Wed Feb 3 23:02:57 UTC 2016
pkgbase = goller
pkgdesc = Command line log parser to aggregate fields and count occurences
- pkgver = 2.2.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/antham/goller
arch = x86_64
arch = i686
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
pkgname = goller
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"