mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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'
|
# Template file for 'python-pgmigrate'
|
||||||
pkgname=python-pgmigrate
|
pkgname=python-pgmigrate
|
||||||
version=1.0.3
|
version=1.0.4
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pgmigrate-${version}"
|
wrksrc="pgmigrate-${version}"
|
||||||
|
@ -12,8 +12,8 @@ short_desc="Simple tool to evolve PostgreSQL schema easily (Python2)"
|
||||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="PostgreSQL"
|
license="PostgreSQL"
|
||||||
homepage="https://github.com/yandex/pgmigrate"
|
homepage="https://github.com/yandex/pgmigrate"
|
||||||
distfiles="https://github.com/yandex/pgmigrate/archive/v${version}.tar.gz"
|
distfiles="https://github.com/yandex/pgmigrate/archive/${version}.tar.gz"
|
||||||
checksum=a80719300c5e8b9f07fbe864ecbc19f02796547303bda00e3d61de613639b9b3
|
checksum=4b9ec67baeacdde4d599997f192e2b3b4e76f7e0457f4831141ad7b4f46b901d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue