mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/modemu2k: Updated for version 0.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8f3efb6fdf
commit
3e3c0a55c9
3 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
modemu2k v0.0.5
|
||||
modemu2k v0.0.6
|
||||
-------------------
|
||||
|
||||
modemu2k is a fork of modemu, originally developed by Toru Egashira
|
||||
|
@ -83,6 +83,7 @@ Note: while in the program if backspace doesn't work, use CTRL+H.
|
|||
You could also connect to a BBS. For some telnet addresses, see:
|
||||
|
||||
* <<Prism BBS<http://filegate.net/>
|
||||
* The Rusty Mailbox (telnet to trmb.ca, port 2030)
|
||||
* Synchronet BBS List<http://www.synchro.net/sbbslist.html>
|
||||
|
||||
To quit modemu2k, just quit the comm program.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for modemu2k
|
||||
#
|
||||
# Copyright 2019 / Andy Alt / United States
|
||||
# Copyright 2019-2020 / Andy Alt / United States
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=modemu2k
|
||||
VERSION=${VERSION:-0.0.5}
|
||||
VERSION=${VERSION:-0.0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="modemu2k"
|
||||
VERSION="0.0.5"
|
||||
VERSION="0.0.6"
|
||||
HOMEPAGE="https://github.com/theimpossibleastronaut/modemu2k"
|
||||
DOWNLOAD="https://github.com/theimpossibleastronaut/modemu2k/releases/download/v0.0.5/modemu2k-0.0.5.tar.gz"
|
||||
MD5SUM="14c2cf318765508e37b1fcfd173b9f83"
|
||||
DOWNLOAD="https://github.com/theimpossibleastronaut/modemu2k/releases/download/v0.0.6/modemu2k-0.0.6.tar.gz"
|
||||
MD5SUM="a6a45ab9ad9d0fa5a2af229368fd05c0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue