summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony HAMON2020-10-18 14:53:25 +0200
committerAnthony HAMON2020-10-18 14:53:25 +0200
commit6aa8185e088e7460112e89c0be0f02908769aaea (patch)
treea20fbcd2249c5fb78e2fb92a7d210e4b9dcf44f1
parentdafecd2f348643b68cd9f23b1490de04a262050d (diff)
downloadaur-6aa8185e088e7460112e89c0be0f02908769aaea.tar.gz
Upgrade to version 2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a78f2423245..64077b859c51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sun Feb 7 01:12:08 UTC 2016
pkgbase = goller
pkgdesc = Command line log parser to aggregate fields and count occurences
- pkgver = 2.3.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/antham/goller
arch = x86_64
arch = i686
license = GPL
- source = https://github.com/antham/goller/releases/download/v2.3.0/goller_linux_386
- md5sums = 0b159f72bbb51c68e9cbe7ca0b103592
+ source = https://github.com/antham/goller/releases/download/v2.5.0/goller_linux_386
+ md5sums = a1ad88326bd07614cc30597fc27601d9
pkgname = goller
diff --git a/PKGBUILD b/PKGBUILD
index 575711da02ac..294ef516fdef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Maintainer: Anthony HAMON <hamon.anth@gmail.com>
pkgname=goller
-pkgver=2.3.0
+pkgver=2.5.0
pkgrel=1
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.3.0/goller_linux_386")
-md5sums=("0b159f72bbb51c68e9cbe7ca0b103592")
+source=("https://github.com/antham/goller/releases/download/v2.5.0/goller_linux_386")
+md5sums=("a1ad88326bd07614cc30597fc27601d9")
package() {
install -Dm755 "goller_linux_386" "$pkgdir/usr/bin/$pkgname"