git » sdcc.git » commit f73daab

- add sha256sums=

author kpcyrd
2022-11-15 00:13:43 UTC
committer kpcyrd
2022-11-15 00:13:43 UTC
parent 4c48343d52dd91e9487a7f5cf4d9a8110189f79e

- add sha256sums=

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9613802..ac81a3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=sdcc
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)"
 arch=('x86_64')
 license=('GPL')
@@ -15,6 +15,7 @@ url="http://sdcc.sourceforge.net/"
 options=(!strip  staticlibs)
 source=(https://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-${pkgver//_/-}.tar.bz2)
 md5sums=('cc5042a207b15c387185867ca1b32145')
+sha256sums=('b49bae1d23bcd6057a82c4ffe5613f9cd0cbcfd1e940e9d84c4bfe9df0a8c053')
 
 # namcap claims boost-libs isn't needed, investigate this