python-mechanize: update to 0.3.7.
This commit is contained in:
parent
4a6bd7d877
commit
8ba985de86
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-mechanize'
|
||||
pkgname=python-mechanize
|
||||
version=0.3.6
|
||||
version=0.3.7
|
||||
revision=1
|
||||
wrksrc="mechanize-${version}"
|
||||
noarch=yes
|
||||
|
@ -10,10 +10,10 @@ depends="python python-html5lib"
|
|||
pycompile_module="mechanize"
|
||||
short_desc="Stateful programmatic web browsing in Python"
|
||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/python-mechanize/mechanize"
|
||||
distfiles="https://github.com/python-mechanize/mechanize/archive/v${version}.tar.gz"
|
||||
checksum=377ca7b2160716857a2035d986abba1c133f4f80939c19002333c82bd4c01e98
|
||||
checksum=b23a70941ec3dddcb71ea501a173cb0ba69a87d60cd4f1b208bee34da161d085
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue