git » sdcc.git » commit b2ba177

upgpkg: 4.0.0-1

author Kyle Keen
2020-03-05 13:27:53 UTC
committer Kyle Keen
2020-03-05 13:27:53 UTC
parent 9acc3958b958500abafc582e47aac101bbd9a29f

upgpkg: 4.0.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 538729c..e30c074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Jose Negron <josenj.arch@mailnull.net>
 
 pkgname=sdcc
-pkgver=3.9.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)"
 arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('python')
 url="http://sdcc.sourceforge.net/"
 options=(!strip  staticlibs)
 source=(https://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-${pkgver//_/-}.tar.bz2)
-md5sums=('e50fc62cd9cdfa977af536dfd2d99351')
+md5sums=('eac8f83af265dca1f3e4c79abcd43c6c')
 
 # namcap claims boost-libs isn't needed, investigate this