summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 395111ff4d55..4a0e884d7da5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = json-schema-for-humans
pkgdesc = Quickly generate HTML documentation from a JSON schema
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/coveooss/json-schema-for-humans
arch = any
@@ -22,7 +22,7 @@ pkgbase = json-schema-for-humans
depends = python-pytz
depends = python-requests
depends = python-yaml
- source = json-schema-for-humans-1.0.1.tar.gz::https://github.com/coveooss/json-schema-for-humans/archive/v1.0.1.tar.gz
- sha256sums = e6fb3073a53137a9cc52dcc6ae720bdf81a928a9d907f83a4319844a31d1b9ac
+ source = json-schema-for-humans-1.0.2.tar.gz::https://github.com/coveooss/json-schema-for-humans/archive/v1.0.2.tar.gz
+ sha256sums = 20ef9c6b4495d39b9e3cc273c5a4852c580cd62820a9a8c9ef1276fa078bc4bc
pkgname = json-schema-for-humans
diff --git a/PKGBUILD b/PKGBUILD
index 4fba3430a6ee..ed5f808e1dab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carl Smedstad <carsme@archlinux.org>
pkgname=json-schema-for-humans
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Quickly generate HTML documentation from a JSON schema"
arch=(any)
@@ -31,7 +31,7 @@ checkdepends=(
python-pytest
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e6fb3073a53137a9cc52dcc6ae720bdf81a928a9d907f83a4319844a31d1b9ac')
+sha256sums=('20ef9c6b4495d39b9e3cc273c5a4852c580cd62820a9a8c9ef1276fa078bc4bc')
_archive="$pkgname-$pkgver"