mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/obnc-libstd: Updated for version 0.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8c033b70fa
commit
17e463ced0
3 changed files with 8 additions and 4 deletions
|
@ -4,3 +4,7 @@ This package complements the basic libraries bundled with OBNC (the Oberon
|
|||
compiler obnc) with modules for accessing command line arguments and
|
||||
evironment variables, printing to the standard error stream and converting
|
||||
numbers to strings and viceversa.
|
||||
|
||||
Be sure to update the compiler package (obnc) before updating this library
|
||||
package, as it usually needs the latest compiler features in order to
|
||||
compile.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=obnc-libstd
|
||||
VERSION=${VERSION:-0.3.1}
|
||||
VERSION=${VERSION:-0.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="obnc-libstd"
|
||||
VERSION="0.3.1"
|
||||
VERSION="0.4.0"
|
||||
HOMEPAGE="http://miasap.se/obnc"
|
||||
DOWNLOAD="http://miasap.se/obnc/downloads/obnc-libstd_0.3.1.tar.gz"
|
||||
MD5SUM="cc7e7fdea30877b9a8574e05727ca3bb"
|
||||
DOWNLOAD="http://miasap.se/obnc/downloads/obnc-libstd_0.4.0.tar.gz"
|
||||
MD5SUM="223dacbc5249b336b976bba972b09970"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="obnc"
|
||||
|
|
Loading…
Reference in a new issue