summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-06-21 21:22:43 +0200
committerbartus2020-06-21 21:22:43 +0200
commit3f608a0bfb217a9f1cb7c303769bb05d8a0aa88d (patch)
tree01fe76bb00a5fe389876bc08c23aace2b3a24cd8
parent79edcb210ac850d41a2e1562fbd82ef30c294eac (diff)
downloadaur-3f608a0bfb217a9f1cb7c303769bb05d8a0aa88d.tar.gz
Switch md5 to sha256 checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa36e2b40969..595491d5e039 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,8 +19,8 @@ pkgbase = poissonrecon
options = !makeflags
source = poissonrecon::git+https://github.com/mkazhdan/PoissonRecon.git#commit=c1b1214
source = patch.diff::https://github.com/mkazhdan/PoissonRecon/commit/2fcb16ac782fac312dc3225bea33227cbc0d7488.diff
- md5sums = SKIP
- md5sums = 2d86278cd9928c3ce7701c6b043d4d5d
+ sha256sums = SKIP
+ sha256sums = 7a1f874a018428979b3bc66288790497be4b30635f6c6b608d48d28ebd84fd35
pkgname = poissonrecon
diff --git a/PKGBUILD b/PKGBUILD
index 8cc0c204551c..26cbc692fce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ options=(!makeflags)
provides=('poissonrecon' 'ssdrecon' 'surfacetrimmer')
source=("${pkgname}::git+https://github.com/mkazhdan/PoissonRecon.git${_fragment}"
"patch.diff::https://github.com/mkazhdan/PoissonRecon/commit/2fcb16ac782fac312dc3225bea33227cbc0d7488.diff")
-md5sums=('SKIP'
- '2d86278cd9928c3ce7701c6b043d4d5d')
+sha256sums=('SKIP'
+ '7a1f874a018428979b3bc66288790497be4b30635f6c6b608d48d28ebd84fd35')
#pkgver() {
# cd ${srcdir}/${pkgname}