python-pgmigrate: update to 1.0.4.
This commit is contained in:
parent
8ee7aaa00b
commit
c2033408bd
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pgmigrate'
|
||||
pkgname=python-pgmigrate
|
||||
version=1.0.3
|
||||
version=1.0.4
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="pgmigrate-${version}"
|
||||
|
@ -12,8 +12,8 @@ short_desc="Simple tool to evolve PostgreSQL schema easily (Python2)"
|
|||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||
license="PostgreSQL"
|
||||
homepage="https://github.com/yandex/pgmigrate"
|
||||
distfiles="https://github.com/yandex/pgmigrate/archive/v${version}.tar.gz"
|
||||
checksum=a80719300c5e8b9f07fbe864ecbc19f02796547303bda00e3d61de613639b9b3
|
||||
distfiles="https://github.com/yandex/pgmigrate/archive/${version}.tar.gz"
|
||||
checksum=4b9ec67baeacdde4d599997f192e2b3b4e76f7e0457f4831141ad7b4f46b901d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue