python3-pyasn1-modules: update to 0.3.0.
This commit is contained in:
parent
845512e57e
commit
c4610564de
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pyasn1-modules'
|
||||
pkgname=python3-pyasn1-modules
|
||||
version=0.2.8
|
||||
revision=7
|
||||
version=0.3.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pyasn1"
|
||||
|
@ -9,9 +9,10 @@ checkdepends="python3-pytest ${depends}"
|
|||
short_desc="Collection of ASN.1-based protocols modules (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/etingof/pyasn1-modules"
|
||||
distfiles="https://github.com/etingof/pyasn1-modules/archive/v${version}.tar.gz"
|
||||
checksum=c562fcf94e21b19b1b01c103a4dbe24b286356237d2b453afd75882683cf0ad7
|
||||
homepage="https://github.com/pyasn1/pyasn1-modules"
|
||||
changelog="https://raw.githubusercontent.com/pyasn1/pyasn1-modules/main/CHANGES.txt"
|
||||
distfiles="https://github.com/pyasn1/pyasn1-modules/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=c510f9d9587b77c747745cc3600ae9cc3b24520fb6652e9c010e4085e413d1f8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue