summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPablo Arias2018-10-12 00:33:31 +0200
committerPablo Arias2018-10-12 00:33:31 +0200
commitd55841be70ec18cf25565d9ad6af71e2bacaff8e (patch)
treebc85c1c231104373aca47aad66ae732537611595 /PKGBUILD
parentca4a61340e5e6d4a2fab19ecd4376ec999b38a7f (diff)
downloadaur-d55841be70ec18cf25565d9ad6af71e2bacaff8e.tar.gz
Updated to version v3.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6ea2fd097ed..0ed8b197a779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=googler
-pkgver=3.7
+pkgver=3.7.1
pkgrel=1
pkgdesc="Google from the command-line"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python')
conflicts=('googler-git')
source=("https://github.com/jarun/googler/archive/v$pkgver.tar.gz")
-sha256sums=('8210dfcadc6d63f8415f25ff266e4fd437f448c7ce3179a5ec2769195c207bf5')
+sha256sums=('1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37')
prepare() {
cd "${pkgname}-${pkgver}"