Browse Source
system/eaglemode: Updated for version 0.96.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/292/head
Dimitris Zlatanidis
5 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/eaglemode/eaglemode.SlackBuild
-
system/eaglemode/eaglemode.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for eaglemode |
|
|
|
|
|
|
|
# Copyright 2015-2024 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2015-2025 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Permission to use, copy, modify, and distribute this software for any |
|
|
@ -20,7 +20,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=eaglemode |
|
|
|
VERSION=${VERSION:-0.96.1} |
|
|
|
VERSION=${VERSION:-0.96.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="eaglemode" |
|
|
|
VERSION="0.96.1" |
|
|
|
VERSION="0.96.3" |
|
|
|
HOMEPAGE="http://eaglemode.sourceforge.net/" |
|
|
|
DOWNLOAD="http://downloads.sourceforge.net/eaglemode/eaglemode-0.96.1.tar.bz2" |
|
|
|
MD5SUM="404536d3b624f71423a2797864682521" |
|
|
|
DOWNLOAD="http://downloads.sourceforge.net/eaglemode/eaglemode-0.96.3.tar.bz2" |
|
|
|
MD5SUM="23ed5aaa5d7c949156101a6a625fd62a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|