summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda76836b290..f3cdbfc2a517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 22:50:09 UTC 2016
+# Wed Feb 3 23:01:09 UTC 2016
pkgbase = goller
pkgdesc = Command line log parser to aggregate fields and count occurences
pkgver = 2.0.2
@@ -8,8 +8,8 @@ pkgbase = goller
arch = x86_64
arch = i686
license = GPL
- source = https://github.com/antham/goller/releases/download/v2.0.2/goller_linux_386
- md5sums = bbf91d1984e543cd8a54ec08132ee808
+ 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 0de9312338af..ca3c8dbe14a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ 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.0.2/goller_linux_386")
-md5sums=("bbf91d1984e543cd8a54ec08132ee808")
+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"