tzupdate: update to 1.2.0
This commit is contained in:
parent
43c3fa39e2
commit
adc7daeffb
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'tzupdate'
|
# Template file for 'tzupdate'
|
||||||
pkgname=tzupdate
|
pkgname=tzupdate
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python-setuptools python-requests"
|
depends="python3-setuptools python3-requests"
|
||||||
pycompile_module="tzupdate.py"
|
pycompile_module="tzupdate.py"
|
||||||
short_desc="Set the system timezone based on IP geolocation"
|
short_desc="Set the system timezone based on IP geolocation"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
homepage="https://github.com/cdown/tzupdate"
|
homepage="https://github.com/cdown/tzupdate"
|
||||||
distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
|
distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
|
||||||
checksum=ac11268af598663d06bdb126a5437c2bf379542aa3dc93b825e64f11c5453c3d
|
checksum=2768c8def78cd7c78d43250a9188ee1a917323bdbb5dc5c76e3419f97d9aac4e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue