libtommath: Update to 1.1.0

This commit is contained in:
Alexey Pavlov
2019-02-08 14:38:47 +03:00
parent da889e058a
commit ddaa772f35

View File

@@ -3,7 +3,7 @@
_realname=libtommath
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.0.1
pkgver=1.1.0
pkgrel=1
pkgdesc="Highly optimized and portable routines for integer based number theoretic applications (mingw-w64)"
url="http://www.libtom.org/"
@@ -12,7 +12,7 @@ license=("custom")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
options=('staticlibs' 'strip')
source=(${_realname}-${pkgver}.tar.gz::https://github.com/libtom/libtommath/archive/v${pkgver}.tar.gz)
sha256sums=('db2b6e6b512aac5cc9be7e4ffdd15d971c3f03d3fa35f91607bfe1a7fa75a7a7')
sha256sums=('dc16bca1f43fdd9d599a67ff8e43e44fd3fa7e952d61f0493acd1261c3990cd8')
prepare() {
cd ${srcdir}/${_realname}-${pkgver}