summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTommydx2019-09-01 00:09:14 +0800
committerSTommydx2019-09-01 00:09:14 +0800
commit40df9254c1875570d27de2c5249e2a08b2c1deaa (patch)
tree13fd9b8929bb9ba2b5df0c607d76b953fce07e2b
parentba4e62db8b76cb40204bd3b864fa13b66cbbd15d (diff)
downloadaur-40df9254c1875570d27de2c5249e2a08b2c1deaa.tar.gz
Update to 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db58f8c661b..6f6b6d7a2dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-certipy
pkgdesc = A simple python tool for creating certificate authorities and certificates on the fly
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/LLNL/certipy
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-certipy
makedepends = python-pypandoc
depends = python
depends = python-pyopenssl
- source = https://files.pythonhosted.org/packages/source/c/certipy/certipy-0.1.2.tar.gz
- sha256sums = 3461c5ff28eda977185132d4c6d4393989c7dd996ba8c780b07b9b4e679d455a
+ source = https://files.pythonhosted.org/packages/source/c/certipy/certipy-0.1.3.tar.gz
+ sha256sums = 695704b7716b033375c9a1324d0d30f27110a28895c40151a90ec07ff1032859
pkgname = python-certipy
diff --git a/PKGBUILD b/PKGBUILD
index 4c44e935977a..4d48adbc4cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tommy Li <ttoo74@gmail.com>
pkgname=python-certipy
_name=${pkgname#python-}
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="A simple python tool for creating certificate authorities and certificates on the fly"
arch=(any)
@@ -13,7 +13,7 @@ checkdepends=()
optdepends=()
options=()
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('3461c5ff28eda977185132d4c6d4393989c7dd996ba8c780b07b9b4e679d455a')
+sha256sums=('695704b7716b033375c9a1324d0d30f27110a28895c40151a90ec07ff1032859')
prepare() {
# fix permission error