python-dulwich: update to 0.9.6.
This commit is contained in:
parent
3f751054d3
commit
205eef56ab
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'python-dulwich'
|
||||
pkgname=python-dulwich
|
||||
version=0.8.5
|
||||
version=0.9.6
|
||||
revision=1
|
||||
wrksrc="dulwich-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="python-devel"
|
||||
pycompile_module="dulwich"
|
||||
short_desc="Python implementation of the Git file formats and protocols"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://samba.org/~jelmer/dulwich/"
|
||||
license="GPL-2"
|
||||
distfiles="http://samba.org/~jelmer/dulwich/dulwich-${version}.tar.gz"
|
||||
checksum=546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a
|
||||
distfiles="https://pypi.python.org/packages/source/d/dulwich/dulwich-${version}.tar.gz"
|
||||
checksum=703bdb196468cada64becb798cad2b53c57016c4b70cb7f8360d1e09cad9fb4a
|
||||
|
|
Loading…
Reference in a new issue