Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libtommath
Commits: 142eeec5 by Antonio Rojas at 2024-03-30T20:25:52+01:00 upgpkg: 1.3.0-1: Update to 1.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,12 @@ +pkgbase = libtommath + pkgdesc = Highly optimized and portable routines for integer based number theoretic applications + pkgver = 1.3.0 + pkgrel = 1 + url = http://www.libtom.net/ + arch = x86_64 + license = custom + depends = glibc + source = https://github.com/libtom/libtommath/releases/download/v1.3.0/ltm-1.3.0.tar.xz + sha256sums = 296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08 + +pkgname = libtommath ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Michael Fellinger <[email protected]> pkgname=libtommath -pkgver=1.2.1 +pkgver=1.3.0 pkgrel=1 pkgdesc='Highly optimized and portable routines for integer based number theoretic applications' url='http://www.libtom.net/' @@ -12,7 +12,7 @@ license=(custom) arch=(x86_64) depends=(glibc) source=(https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz) -sha256sums=('986025d7b374276fee2e30e99f3649e4ac0db8a02257a37ee10eae72abed0d1f') +sha256sums=('296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libtommath/-/commit/142eeec5cfd97843341150553c906351ad320b73 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libtommath/-/commit/142eeec5cfd97843341150553c906351ad320b73 You're receiving this email because of your account on gitlab.archlinux.org.
