ilot/kadmin-rs: upgrade to 0.5.3
This commit is contained in:
parent
371c86b8e8
commit
9009ffb89a
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
pkgname=kadmin-rs
|
pkgname=kadmin-rs
|
||||||
pkgver=0.5.2
|
pkgver=0.5.3
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Rust and Python interfaces to the Kerberos administration interface (kadm5)"
|
pkgdesc="Rust and Python interfaces to the Kerberos administration interface (kadm5)"
|
||||||
url="https://github.com/authentik-community/kadmin-rs"
|
url="https://github.com/authentik-community/kadmin-rs"
|
||||||
|
@ -39,7 +39,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
# cargo test --locked
|
cargo test --locked
|
||||||
|
|
||||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||||
.testenv/bin/python3 -m installer .dist/*.whl
|
.testenv/bin/python3 -m installer .dist/*.whl
|
||||||
|
@ -52,5 +52,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c92ef8462e44893c9d334c42481ee40caeace2522b5527ced60b41cdda32bc70b98b747151cfffec8fc20033493b374075e216c93d2c126c8f903bfbb3d01ec0 kadmin-rs-0.5.2.tar.gz
|
61d3ddfe619827cef83af944b2281f2cf6966d95c3d4a5883b82169bf1f34e6b7173cfa086198e3e0f9a227590a497dcb1c9b209cd4d0c6d361fdfce9b98eec0 kadmin-rs-0.5.3.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue