summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd32a430bf63..eda76836b290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 22:47:46 UTC 2016
+# Tue Feb 2 22:50:09 UTC 2016
pkgbase = goller
pkgdesc = Command line log parser to aggregate fields and count occurences
pkgver = 2.0.2
@@ -9,7 +9,7 @@ pkgbase = goller
arch = i686
license = GPL
source = https://github.com/antham/goller/releases/download/v2.0.2/goller_linux_386
- md5sums = 9351bfd51503d6cbbf7c128355fab931
+ md5sums = bbf91d1984e543cd8a54ec08132ee808
pkgname = goller
diff --git a/PKGBUILD b/PKGBUILD
index 51751077fb48..0de9312338af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ 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=("9351bfd51503d6cbbf7c128355fab931")
+md5sums=("bbf91d1984e543cd8a54ec08132ee808")
package() {
install -Dm755 "goller_linux_386" "$pkgdir/usr/bin/$pkgname"