duktape: update to 2.4.0.
This commit is contained in:
parent
0b522db1e1
commit
bf5e435c42
2 changed files with 3 additions and 3 deletions
|
@ -2882,7 +2882,7 @@ libbrotlienc.so.1 brotli-1.0.2_1
|
||||||
libfilteraudio.so filter_audio-0.0.1_1
|
libfilteraudio.so filter_audio-0.0.1_1
|
||||||
libgstreamermm-1.0.so.1 gstreamermm-1.8.0_1
|
libgstreamermm-1.0.so.1 gstreamermm-1.8.0_1
|
||||||
libmovit.so.8 movit-1.6.0_1
|
libmovit.so.8 movit-1.6.0_1
|
||||||
libduktape.so.203 duktape-2.3.0_1
|
libduktape.so.204 duktape-2.4.0_1
|
||||||
libccgnu2-1.8.so.0 commoncpp2-1.8.1_1
|
libccgnu2-1.8.so.0 commoncpp2-1.8.1_1
|
||||||
libccext2-1.8.so.0 commoncpp2-1.8.1_1
|
libccext2-1.8.so.0 commoncpp2-1.8.1_1
|
||||||
libucommon.so.8 ucommon-7.0.0_1
|
libucommon.so.8 ucommon-7.0.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'duktape'
|
# Template file for 'duktape'
|
||||||
pkgname=duktape
|
pkgname=duktape
|
||||||
version=2.3.0
|
version=2.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-f Makefile.sharedlibrary"
|
make_build_args="-f Makefile.sharedlibrary"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://duktape.org"
|
homepage="http://duktape.org"
|
||||||
distfiles="https://github.com/svaarala/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/svaarala/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=ed6e2f3ab2061628a7aeee27ccff16538ba6a151480cccf2e846bd061e45afe8
|
checksum=86a89307d1633b5cedb2c6e56dc86e92679fc34b05be551722d8cc69ab0771fc
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i 's|^CC.*||g' Makefile.sharedlibrary
|
sed -i 's|^CC.*||g' Makefile.sharedlibrary
|
||||||
|
|
Loading…
Reference in a new issue