summaryrefslogtreecommitdiff
path: root/libtommath
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-10-24 10:27:15 +0000
committerTim Biermann <tbier@posteo.de>2019-10-24 10:27:15 +0000
commitd4e97afdbd5854b43e5e78aa300951d07bfb44c5 (patch)
tree0ed4e31cf4339ae545bc16f52c375f186f613d23 /libtommath
parentc11fa616e6f6b6ea01f79657429512f3d07a9e5e (diff)
downloadcontrib-d4e97afdbd5854b43e5e78aa300951d07bfb44c5.tar.gz
contrib-d4e97afdbd5854b43e5e78aa300951d07bfb44c5.tar.xz
libtommath: 1.1.0 -> 1.2.0
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/.footprint8
-rw-r--r--libtommath/.signature8
-rw-r--r--libtommath/Pkgfile8
3 files changed, 11 insertions, 13 deletions
diff --git a/libtommath/.footprint b/libtommath/.footprint
index 8c63776fd..3737d4f30 100644
--- a/libtommath/.footprint
+++ b/libtommath/.footprint
@@ -1,13 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/tommath.h
--rw-r--r-- root/root usr/include/tommath_class.h
--rw-r--r-- root/root usr/include/tommath_superclass.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libtommath.a
-rw-r--r-- root/root usr/lib/libtommath.la
-lrwxrwxrwx root/root usr/lib/libtommath.so -> libtommath.so.1.1.0
-lrwxrwxrwx root/root usr/lib/libtommath.so.1 -> libtommath.so.1.1.0
--rw-r--r-- root/root usr/lib/libtommath.so.1.1.0
+lrwxrwxrwx root/root usr/lib/libtommath.so -> libtommath.so.1.2.0
+lrwxrwxrwx root/root usr/lib/libtommath.so.1 -> libtommath.so.1.2.0
+-rw-r--r-- root/root usr/lib/libtommath.so.1.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtommath.pc
diff --git a/libtommath/.signature b/libtommath/.signature
index e1894a38f..e499f8257 100644
--- a/libtommath/.signature
+++ b/libtommath/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32F4CJEn9m3ZyKnmZtUUuct+xXnUJdsOE3302j9EmkSYbmmSOAxjjlAMQgGgYYn4C5zSC62h8EIgBlU8Rh21gAc=
-SHA256 (Pkgfile) = e78b420c9f00e81b68121c3bb251f1ad8b9656f894c0dfe515f8524eafaf27d7
-SHA256 (.footprint) = f82c687fd3163f55f821c97bcb9c76653debbf89e29d3cab078135c49158543b
-SHA256 (ltm-1.1.0.tar.xz) = 90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead
+RWSagIOpLGJF36V9Wcrq5+KySJIFwtTT4LzyvW8Hyc2bjCMYrvf0/HUHRoM3CHx5CzoMkMwRwvh3R46gJMXYGQREYcdMHz0RDA4=
+SHA256 (Pkgfile) = 67f3c015489fa5665c97be1d6a410ee9d3841bdcf20ca35590981ed24f8c203e
+SHA256 (.footprint) = cde4fa15b44021db394587b757181a7cc02f4d3ce0dea2e62d6f1de40b4b584a
+SHA256 (ltm-1.2.0.tar.xz) = b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1
diff --git a/libtommath/Pkgfile b/libtommath/Pkgfile
index 6da72950b..2a5f311e9 100644
--- a/libtommath/Pkgfile
+++ b/libtommath/Pkgfile
@@ -4,12 +4,12 @@
# Depends on:
name=libtommath
-version=1.1.0
+version=1.2.0
release=1
source=(https://github.com/libtom/libtommath/releases/download/v$version/ltm-$version.tar.xz)
build() {
- cd $name-$version
- make -f makefile.shared IGONE_SPEED=1
- make -f makefile.shared PREFIX=/usr DESTDIR=$PKG INSTALL_GROUP=root install
+ cd $name-$version
+ make -f makefile.shared IGONE_SPEED=1
+ make -f makefile.shared PREFIX=/usr DESTDIR=$PKG INSTALL_GROUP=root install
}

Generated by cgit