summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimone Cimarelli2024-04-04 19:35:04 +0200
committerSimone Cimarelli2024-04-04 19:36:24 +0200
commita6cf6367bd6bab8a6f3971654f4640c37493ccfa (patch)
tree709cdfb15f3e48bda36048fd0e16f1f8607951b3 /PKGBUILD
parent6134444073e3896edfb7094c6e665aa8bb18c415 (diff)
downloadaur-cado-nfs-git.tar.gz
Update to 20240318.a24829267 and fix fmt.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ee1f21969c5..3c147265ddb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkg=cado-nfs
pkgname=${_pkg}-git
-pkgver=20230731.9d69b04ae
+pkgver=20240318.a24829267
pkgrel=1
pkgdesc="Implementation of the Number Field Sieve (NFS) algorithm for factoring integers"
arch=('x86_64')
@@ -23,7 +23,7 @@ provides=('cado-nfs')
source=("git+https://gitlab.inria.fr/cado-nfs/${_pkg}.git"
fmt.patch)
sha384sums=('SKIP'
- '496b2b68ed11d3ad7c5febffd900475502b871bb4541307eb909eb23e0faa9f2e45856393b2c8bf45ab54cdf02c40e58')
+ '493abdd5b33bb202eb6f159bd399cf947f6c8a082fc23ba4fcf79dadcc07fbc8ef5989b0a5580cdb7537346af713d374')
# Need -march for SIMD support. Makes the resulting package less portable.
_march=native