summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony HAMON2020-10-18 14:53:25 +0200
committerAnthony HAMON2020-10-18 14:53:25 +0200
commit6aa8185e088e7460112e89c0be0f02908769aaea (patch)
treea20fbcd2249c5fb78e2fb92a7d210e4b9dcf44f1 /PKGBUILD
parentdafecd2f348643b68cd9f23b1490de04a262050d (diff)
downloadaur-6aa8185e088e7460112e89c0be0f02908769aaea.tar.gz
Upgrade to version 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"