summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyem2021-12-14 00:10:16 +0000
committerXyem2021-12-14 00:10:16 +0000
commit1dabcbd4d4b9d3d295a0bc0c5565413bef02a1fc (patch)
treee0ae880d6449a8efe38fc3bf1558fcd8406bf0ff
parente7158eb3403291045c88f28881899ea74db04cdd (diff)
downloadaur-1dabcbd4d4b9d3d295a0bc0c5565413bef02a1fc.tar.gz
Change integrity check from md5 to sha256
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 918b640fe31f..3e1579f646a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('CCPL:by-sa')
depends=('geany')
install="$pkgname.install"
source=('http://www.thingiverse.com/download:479705')
-md5sums=('b97833567bdc0e084ae226ca7dc0a722')
+sha256sums=('ceb2eb9dd54a879b93e6ba7645aecd668ff183d0705d07a9b863fdfa4560dac6')
package() {
install -Dm644 'download:479705' "$pkgdir/usr/share/geany/filedefs/filetypes.OpenSCAD.conf"