summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantham2016-02-07 02:12:21 +0100
committerantham2016-02-07 02:12:21 +0100
commitdafecd2f348643b68cd9f23b1490de04a262050d (patch)
tree0d487d002d51288c2070df1a77532e4273294b15 /PKGBUILD
parent8e40c2a3ef5497d70e78e32c21e20bd6d5915801 (diff)
downloadaur-dafecd2f348643b68cd9f23b1490de04a262050d.tar.gz
Set version 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a97cfeab8d96..575711da02ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Maintainer: Anthony HAMON <hamon.anth@gmail.com>
pkgname=goller
-pkgver=2.2.1
+pkgver=2.3.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.2.1/goller_linux_386")
-md5sums=("961ec1035185b2e780ac7e9079bc6227")
+source=("https://github.com/antham/goller/releases/download/v2.3.0/goller_linux_386")
+md5sums=("0b159f72bbb51c68e9cbe7ca0b103592")
package() {
install -Dm755 "goller_linux_386" "$pkgdir/usr/bin/$pkgname"