summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantham2016-02-02 23:50:20 +0100
committerantham2016-02-02 23:50:20 +0100
commit7c2220055b8cf0102e2d450c8ab2b050e9148181 (patch)
tree871dd7c862ea3e816053cead91b75d1e10705644
parent801cf37e0b370c7e59d6e2b9861bb7116e98be47 (diff)
downloadaur-7c2220055b8cf0102e2d450c8ab2b050e9148181.tar.gz
Wrong md5sum
-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"