summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLance Chen2019-11-12 10:54:11 +0800
committerLance Chen2019-11-12 10:54:11 +0800
commit2086d27a0ee6b25a59a8870bd2af75405108fb52 (patch)
tree056747bd7075948a2cc19c2ab6051885a7d955ef
parentaa14095529658fddfa86106c63fb7686769b44ba (diff)
downloadaur-2086d27a0ee6b25a59a8870bd2af75405108fb52.tar.gz
Update to 1.3
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 682f1f1dff65..ed02895c80a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lance Chen <cyen0312@gmail.com>
pkgname=jo
-pkgver=1.1
+pkgver=1.3
pkgrel=1
pkgdesc="JSON output from a shell"
arch=(any)
url="https://github.com/jpmens/jo"
license=('GPL2')
-source=("https://github.com/jpmens/jo/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('918e40e388e6e12a1a4da50b6b73dfd5')
+source=("https://github.com/jpmens/jo/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('de25c95671a3b392c6bcaba0b15d48eb8e2435508008c29477982d2d2f5ade64')
validpgpkeys=()
build() {