summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantham2016-02-04 00:01:35 +0100
committerantham2016-02-04 00:01:35 +0100
commit62d0b248ff6ae5071af3179ec836a047186d3728 (patch)
treec8b42cf39506998bf98aea8f56d0ded62a453472
parent7c2220055b8cf0102e2d450c8ab2b050e9148181 (diff)
downloadaur-62d0b248ff6ae5071af3179ec836a047186d3728.tar.gz
Set version 2.1.0
-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"