Update to 0.1.3

This commit is contained in:
STommydx 2019-09-01 00:09:14 +08:00
parent ba4e62db8b
commit 40df9254c1
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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