git » sdcc.git » commit 9acc395

upgpkg: 3.9.0-1

author Kyle Keen
2019-04-27 07:00:15 UTC
committer Kyle Keen
2019-04-27 07:00:15 UTC
parent 0e611286b0053c44db2d9165bfe857e588caacdd

upgpkg: 3.9.0-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 786f012..538729c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Jose Negron <josenj.arch@mailnull.net>
 
 pkgname=sdcc
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.9.0
+pkgrel=1
 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)"
 arch=('x86_64')
 license=('GPL')
@@ -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=('31d0d3db8a157018e3df530c50a3974e')
+md5sums=('e50fc62cd9cdfa977af536dfd2d99351')
 
 # namcap claims boost-libs isn't needed, investigate this