python-apsw: update to 3.29.0r1.
This commit is contained in:
parent
bede64e8a6
commit
7041ff3119
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-apsw'
|
||||
pkgname=python-apsw
|
||||
_distver=3.28.0
|
||||
_distver=3.29.0
|
||||
_patchver=r1
|
||||
version=${_distver}${_patchver}
|
||||
revision=1
|
||||
|
@ -12,8 +12,9 @@ short_desc="Another Python SQLite Wrapper (Python2)"
|
|||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="Zlib"
|
||||
homepage="https://github.com/rogerbinns/apsw"
|
||||
changelog="https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/changes.rst"
|
||||
distfiles="${homepage}/archive/${_distver}-${_patchver}.tar.gz"
|
||||
checksum=0347dd778f40e6d97ceeb3c469a5a06a64b1c69bb17d4a6e2c00db7ec38e2845
|
||||
checksum=a5715b4ff614d6bc3b19dcd73e54d5ba0c5340cdae6141ef6dd1e09b289bf7f7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue