summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantham2016-02-06 17:56:46 +0100
committerantham2016-02-06 17:56:46 +0100
commitcc99f1674bcdeae9ef1b7863faf76640ba2f611c (patch)
tree50f87d7a3d55ee42e1abd6271425914c36c8114a
parent33da8f414131488fd20440b9b59d884b0916f6f1 (diff)
downloadaur-cc99f1674bcdeae9ef1b7863faf76640ba2f611c.tar.gz
Set version 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa0038a8de6..d9c24a833356 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 23:02:57 UTC 2016
+# Sat Feb 6 16:56:24 UTC 2016
pkgbase = goller
pkgdesc = Command line log parser to aggregate fields and count occurences
- pkgver = 2.1.0
+ pkgver = 2.2.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.1.0/goller_linux_386
- md5sums = 5776f43bbb4a60417c147ed7f40ebe5e
+ source = https://github.com/antham/goller/releases/download/v2.2.0/goller_linux_386
+ md5sums = 4cd29582e6073d5fcbc495d3acceae89
pkgname = goller
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"