poco: update to 1.7.8p3. (#8925)
This commit is contained in:
parent
086641bb4f
commit
e12e5f1ad0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'poco'.
|
# Template build file for 'poco'.
|
||||||
pkgname=poco
|
pkgname=poco
|
||||||
version=1.7.8p2
|
version=1.7.8p3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="C++ class libraries for building network-based applications"
|
short_desc="C++ class libraries for building network-based applications"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Julien Dehos <dehos@univ-littoral.fr>"
|
||||||
license="Boost Software License 1.0"
|
license="Boost Software License 1.0"
|
||||||
homepage="https://pocoproject.org"
|
homepage="https://pocoproject.org"
|
||||||
distfiles="https://pocoproject.org/releases/${pkgname}-${version%p*}/${pkgname}-${version}-all.tar.gz"
|
distfiles="https://pocoproject.org/releases/${pkgname}-${version%p*}/${pkgname}-${version}-all.tar.gz"
|
||||||
checksum=4e4d0de6fbdb1016cd68f85c32d7260e950c93aa453686a3141ea3f9ca6f409a
|
checksum=8eb1a77dc7ad76757528884358c16b22c458f1fde82e17851cbd2e2338b4e6e4
|
||||||
wrksrc="${pkgname}-${version}-all"
|
wrksrc="${pkgname}-${version}-all"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue