libhubbub: update to 0.1.2.
This commit is contained in:
parent
d662be1569
commit
14772d2c89
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'libhubbub-devel'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libhubbub
|
||||
Add_dependency run libhubbub ">=$version"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template build file for 'libhubbub'.
|
||||
pkgname=libhubbub
|
||||
version=0.1.1
|
||||
revision=1
|
||||
version=0.1.2
|
||||
homepage="http://www.netsurf-browser.org"
|
||||
distfiles="${homepage}/projects/releases/hubbub-${version}-src.tar.gz"
|
||||
short_desc="HTML5 compliant parsing library, written in C."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
checksum=363f1acf1ca3b3362bb84fc8ed9544b2207e7cb706ac176477ad00dc0d56782b
|
||||
checksum=95a1d5a71055b28a8e4ce4dc8516b8f0ed691c5ee03525bf73600495657f1b52
|
||||
license="MIT"
|
||||
long_desc="
|
||||
Hubbub is an HTML5 compliant parsing library, written in C. It was
|
||||
|
|
Loading…
Reference in New Issue