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'
|
||||
pkgname=tzupdate
|
||||
version=1.1.0
|
||||
version=1.2.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-setuptools python-requests"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-requests"
|
||||
pycompile_module="tzupdate.py"
|
||||
short_desc="Set the system timezone based on IP geolocation"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="Public domain"
|
||||
homepage="https://github.com/cdown/tzupdate"
|
||||
distfiles="https://github.com/cdown/tzupdate/archive/${version}.tar.gz"
|
||||
checksum=ac11268af598663d06bdb126a5437c2bf379542aa3dc93b825e64f11c5453c3d
|
||||
checksum=2768c8def78cd7c78d43250a9188ee1a917323bdbb5dc5c76e3419f97d9aac4e
|
||||
|
|
Loading…
Reference in a new issue