summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantham2016-02-04 00:01:35 +0100
committerantham2016-02-04 00:01:35 +0100
commit62d0b248ff6ae5071af3179ec836a047186d3728 (patch)
treec8b42cf39506998bf98aea8f56d0ded62a453472 /PKGBUILD
parent7c2220055b8cf0102e2d450c8ab2b050e9148181 (diff)
downloadaur-62d0b248ff6ae5071af3179ec836a047186d3728.tar.gz
Set version 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"