duktape: update to 2.2.0.
This commit is contained in:
parent
a5e8b89fbb
commit
14c0c25875
|
@ -2836,7 +2836,7 @@ libfilteraudio.so filter_audio-0.0.1_1
|
|||
libarmadillo.so.7 armadillo-7.800.2_1
|
||||
libgstreamermm-1.0.so.1 gstreamermm-1.8.0_1
|
||||
libmovit.so.7 movit-1.5.3_1
|
||||
libduktape.so.201 duktape-2.1.1_1
|
||||
libduktape.so.202 duktape-2.2.0_1
|
||||
libccgnu2-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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'duktape'
|
||||
pkgname=duktape
|
||||
version=2.1.1
|
||||
version=2.2.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="-f Makefile.sharedlibrary"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
|
|||
license="MIT"
|
||||
homepage="http://duktape.org"
|
||||
distfiles="https://github.com/svaarala/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=6a58e5e8d8c7e3e638cd6e5b91be3bcaa4c89778d3892054a36052ae043dd11e
|
||||
checksum=62f72206427633077cb02e7ccd2599ace4d254db409334593b86d262c0d50c14
|
||||
|
||||
pre_install() {
|
||||
vmkdir /usr/lib
|
||||
|
|
Loading…
Reference in New Issue