summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorIsmael Luceno2021-10-19 13:56:46 +0200
committerIsmael Luceno2021-10-19 13:57:49 +0200
commitc15f717af6ef2d75bd481244ead817c7d42ead13 (patch)
tree9810f2ddaa5b0088389cd49f5c82f722481d1681 /devel
parent94f8bcadff2eeb7e5e0ac096db6c302f6dc8438c (diff)
sdcc 4.1.0
Diffstat (limited to 'devel')
-rwxr-xr-xdevel/sdcc/DETAILS6
-rw-r--r--devel/sdcc/HISTORY3
-rwxr-xr-xdevel/sdcc/PRE_BUILD2
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/sdcc/DETAILS b/devel/sdcc/DETAILS
index 2d5065ec5c..a685297c88 100755
--- a/devel/sdcc/DETAILS
+++ b/devel/sdcc/DETAILS
@@ -1,9 +1,9 @@
SPELL=sdcc
- VERSION=3.9.0
+ VERSION=4.1.0
SOURCE="${SPELL}-src-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://sourceforge.net/projects/${SPELL}/files/${SPELL}/${VERSION}/${SOURCE}
- SOURCE_HASH=sha512:513f6388c7005e6722ad5220cbd70da04f5848896fb42738b1536fe4fa44906e2d2efe0e3e9f68e0c224e0fd2dedd75663bf382e389392ef038b2ae5f16339b0
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ SOURCE_HASH=sha512:a9c3fee427cbc66b56a286c8d66b2922f79c9dfb42d2ed2843b2e192a6b314a04de4c82f1083d8625b49756b5f1d99f8fb706402b5f1284110760ec346303779
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
WEB_SITE="http://sdcc.sourceforge.net/"
LICENSE[0]="GPLv2+"
ENTERED=20140831
diff --git a/devel/sdcc/HISTORY b/devel/sdcc/HISTORY
index da987afb37..3ab3e1a6cd 100644
--- a/devel/sdcc/HISTORY
+++ b/devel/sdcc/HISTORY
@@ -1,3 +1,6 @@
+2021-10-19 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS, PRE_BUILD: updated spell to 4.1.0
+
2019-05-21 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 3.9.0
* PRE_BUILD: fixed build against musl
diff --git a/devel/sdcc/PRE_BUILD b/devel/sdcc/PRE_BUILD
index 4d1e774bee..eb930b8b7b 100755
--- a/devel/sdcc/PRE_BUILD
+++ b/devel/sdcc/PRE_BUILD
@@ -1,6 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
sed -i 's!maybe_os in$!& linux-musl*|\\!' \
- config.sub \
- support/sdbinutils/config.sub \
sim/ucsim/config.sub