mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/mosh: Updated for version 1.2.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c9ea24b6e3
commit
64a18726ec
3 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Written by ruario <sbo@ruari.com>
|
# Written by ruario <sbo@ruari.com>
|
||||||
|
|
||||||
PRGNAM=mosh
|
PRGNAM=mosh
|
||||||
VERSION=${VERSION:-1.2.2}
|
VERSION=${VERSION:-1.2.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="mosh"
|
PRGNAM="mosh"
|
||||||
VERSION="1.2.2"
|
VERSION="1.2.4"
|
||||||
HOMEPAGE="http://mosh.mit.edu/"
|
HOMEPAGE="http://mosh.mit.edu/"
|
||||||
DOWNLOAD="https://github.com/downloads/keithw/mosh/mosh-1.2.2.tar.gz"
|
DOWNLOAD="http://mosh.mit.edu/mosh-1.2.4.tar.gz"
|
||||||
MD5SUM="7ed5b857307685794dcd120afe5bdf52"
|
MD5SUM="c2d918f4d91fdc32546e2e089f9281b2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-IO-Tty protobuf"
|
REQUIRES="perl-IO-Tty protobuf"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# the right side marks the last column you can put a character in. You must make
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
mosh: mosh (MObile SHell server and client)
|
mosh: mosh (MObile SHell server and client)
|
||||||
|
|
Loading…
Reference in a new issue