Skip to content

Commit

Permalink
development/atasm: Updated for version 1.26.
Browse files Browse the repository at this point in the history
Signed-off-by: B. Watson <[email protected]>

Signed-off-by: Willy Sudiarto Raharjo <[email protected]>
  • Loading branch information
B. Watson authored and willysr committed Feb 15, 2025
1 parent 736781f commit 9d710ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 71 deletions.
34 changes: 0 additions & 34 deletions development/atasm/0001-Fix-the-compiling-under-Linux-Mac.patch

This file was deleted.

10 changes: 2 additions & 8 deletions development/atasm/atasm.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.

# 20250210 bkw: update for v1.26.
# 20240505 bkw: update for v1.25.

# 20240207 bkw:
Expand All @@ -20,7 +21,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=atasm
VERSION=${VERSION:-1.25}
VERSION=${VERSION:-1.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -65,13 +66,6 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +

# this patch is from upstream git.
patch -p1 < $CWD/0001-Fix-the-compiling-under-Linux-Mac.patch

# this patch has been submitted to upstream, should be in the next
# release.
patch -p1 < $CWD/gcc11fix.diff

DOCDIR=/usr/doc/$PRGNAM-$VERSION

# fix reference to full documentation.
Expand Down
6 changes: 3 additions & 3 deletions development/atasm/atasm.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="atasm"
VERSION="1.25"
VERSION="1.26"
HOMEPAGE="https://github.com/CycoPH/atasm/"
DOWNLOAD="https://github.com/CycoPH/atasm/archive/V1.25/atasm-1.25.tar.gz"
MD5SUM="566b3c902941210966dc02ee0606b853"
DOWNLOAD="https://github.com/CycoPH/atasm/archive/V1.26/atasm-1.26.tar.gz"
MD5SUM="29475838a5f10a625d1b2930d85fbc71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
26 changes: 0 additions & 26 deletions development/atasm/gcc11fix.diff

This file was deleted.

0 comments on commit 9d710ba

Please sign in to comment.