From ddaa772f35dfe406dbbb03cbb27c60887053dfa7 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 8 Feb 2019 14:38:47 +0300 Subject: [PATCH] libtommath: Update to 1.1.0 --- mingw-w64-libtommath/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libtommath/PKGBUILD b/mingw-w64-libtommath/PKGBUILD index fb8979d11d..485f4379b9 100644 --- a/mingw-w64-libtommath/PKGBUILD +++ b/mingw-w64-libtommath/PKGBUILD @@ -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}