summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantham2016-02-06 22:39:06 +0100
committerantham2016-02-06 22:39:06 +0100
commit8e40c2a3ef5497d70e78e32c21e20bd6d5915801 (patch)
tree3bb1cf709f125cfcb5f75b381056db66f32d96c3
parent4df51c37b9ba4e5ed5c1aa25c9b38d73f7cf8400 (diff)
downloadaur-8e40c2a3ef5497d70e78e32c21e20bd6d5915801.tar.gz
Fix wrong url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ac96bb82c9..9e8edebfe54e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 21:36:33 UTC 2016
+# Sat Feb 6 21:38:57 UTC 2016
pkgbase = goller
pkgdesc = Command line log parser to aggregate fields and count occurences
pkgver = 2.2.1
@@ -8,7 +8,7 @@ pkgbase = goller
arch = x86_64
arch = i686
license = GPL
- source = https://github.com/antham/goller/releases/download/v2.2.0/goller_linux_386
+ source = https://github.com/antham/goller/releases/download/v2.2.1/goller_linux_386
md5sums = 961ec1035185b2e780ac7e9079bc6227
pkgname = goller
diff --git a/PKGBUILD b/PKGBUILD
index 7438d0419d91..a97cfeab8d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ 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.2.0/goller_linux_386")
+source=("https://github.com/antham/goller/releases/download/v2.2.1/goller_linux_386")
md5sums=("961ec1035185b2e780ac7e9079bc6227")
package() {