calc: update to 2.14.3.5.
This commit is contained in:
parent
f7270c7e02
commit
cfaca518fa
|
@ -1627,8 +1627,8 @@ libfreerdp-server2.so.2 libfreerdp-server-2.4.0_1
|
|||
libfreerdp-shadow-subsystem2.so.2 libfreerdp-server-2.4.0_1
|
||||
libfreerdp-shadow2.so.2 libfreerdp-server-2.4.0_1
|
||||
libcppunit-1.15.so.1 libcppunit-1.15.1_1
|
||||
libcalc.so.2.14.2.0 libcalc-2.14.2.0_1
|
||||
libcustcalc.so.2.14.2.0 libcalc-2.14.2.0_1
|
||||
libcalc.so.2.14.3.5 libcalc-2.14.3.5_1
|
||||
libcustcalc.so.2.14.3.5 libcalc-2.14.3.5_1
|
||||
libOgreMain.so.1.12.9 libogre-1.12.9_1
|
||||
libOgreBites.so.1.12.9 libogre-1.12.9_1
|
||||
libOgreOverlay.so.1.12.9 libogre-1.12.9_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff --git Makefile Makefile
|
||||
diff --git Makefile.config Makefile.config
|
||||
index 8b68804..db24dce 100644
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
--- Makefile.config
|
||||
+++ Makefile.config
|
||||
@@ -156,8 +156,8 @@ LONG_BITS=
|
||||
#
|
||||
# If in doubt, leave HAVE_FPOS empty and this Makefile will figure it out.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'calc'
|
||||
pkgname=calc
|
||||
version=2.14.2.0
|
||||
version=2.14.3.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="ARCH_CFLAGS="
|
||||
|
@ -11,7 +11,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|||
license="LGPL-2.1-only"
|
||||
homepage="http://www.isthe.com/chongo/tech/comp/calc/index.html"
|
||||
distfiles="http://www.isthe.com/chongo/src/calc/calc-${version}.tar.bz2"
|
||||
checksum=6ef6499b128f409bea7e819d98a1a36efba0ef6a80e68ae691b481832166e74d
|
||||
checksum=e1e5ece8d0dfb093b956bf4ca368c2d7a853440cadfbed6cf99fc9ad60cac149
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue