summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParth2021-04-01 18:39:28 +0530
committerParth2021-04-01 18:39:28 +0530
commite7ec1c08400ae2f816642ff398ea6c7555d32364 (patch)
tree923e392f50bf7f3f0ecf4e2d5516225c2f2bc901 /PKGBUILD
parent7894ae615bf9d36d02f07d5b40b63985320a5b28 (diff)
downloadaur-gowords.tar.gz
v0.0.8 - change structure of json cachefile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c60ac7edbf9..2f05f35b0c84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Parth576 <bruhhh192@gmail.com>
pkgname=gowords
-pkgver=v0.0.7
+pkgver=v0.0.8
pkgrel=1
pkgdesc='CLI wrapper for dictionaryapi.dev. Search word definitions and memorize words.'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('glibc')
makedepends=('go')
source=("https://github.com/Parth576/dictionary-cli/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('f7128598f89a3dc7dccf27bbc5227101ad4afb44644c4eabb763d6dd60f1ae80')
+sha256sums=('2d55f112c6ce0e7dfa51c11b647dddda277c1d86079dd354f9f352185706f9d0')
ver=$(echo "$pkgver" | sed 's/v//')