summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParth2021-04-01 18:39:28 +0530
committerParth2021-04-01 18:39:28 +0530
commite7ec1c08400ae2f816642ff398ea6c7555d32364 (patch)
tree923e392f50bf7f3f0ecf4e2d5516225c2f2bc901
parent7894ae615bf9d36d02f07d5b40b63985320a5b28 (diff)
downloadaur-gowords.tar.gz
v0.0.8 - change structure of json cachefile
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b9e6efd66d5..28d93666bef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gowords
pkgdesc = CLI wrapper for dictionaryapi.dev. Search word definitions and memorize words.
- pkgver = v0.0.7
+ pkgver = v0.0.8
pkgrel = 1
url = https://github.com/Parth576/dictionary-cli
arch = x86_64
license = GPL
makedepends = go
depends = glibc
- source = https://github.com/Parth576/dictionary-cli/archive/refs/tags/v0.0.7.tar.gz
- sha256sums = f7128598f89a3dc7dccf27bbc5227101ad4afb44644c4eabb763d6dd60f1ae80
+ source = https://github.com/Parth576/dictionary-cli/archive/refs/tags/v0.0.8.tar.gz
+ sha256sums = 2d55f112c6ce0e7dfa51c11b647dddda277c1d86079dd354f9f352185706f9d0
pkgname = gowords
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//')