Browse Source
network/gmi100: Updated for version 20241029_a4bea88.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/256/head
G. Galdini
11 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
8 additions and
8 deletions
-
network/gmi100/gmi100.1
-
network/gmi100/gmi100.SlackBuild
-
network/gmi100/gmi100.info
|
|
@ -37,16 +37,16 @@ Go back in browsing history |
|
|
|
.BR "c" |
|
|
|
Print current capsule URI |
|
|
|
.TP |
|
|
|
.BR "q" |
|
|
|
.BR "q" |
|
|
|
Quit |
|
|
|
.TP |
|
|
|
.BR "?" |
|
|
|
.BR "?" |
|
|
|
Search \- geminispace.info/search is used by default |
|
|
|
.TP |
|
|
|
.BR "!" |
|
|
|
Shell command prefix \- run it on current capsule |
|
|
|
|
|
|
|
.SH USAGE EXAMPLES |
|
|
|
.SH USAGE EXAMPLES |
|
|
|
.TP 3 |
|
|
|
\fB\,gmi100\/\fR \fI\,cat\/\fR |
|
|
|
Using "cat" as pager |
|
|
|
|
|
@ -25,8 +25,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=gmi100 |
|
|
|
VERSION=${VERSION:-20231020_f5c69e3} |
|
|
|
COMMIT="f5c69e316781e8d411b46c1d901f3f9fc23f16cf" |
|
|
|
VERSION=${VERSION:-20241029_a4bea88} |
|
|
|
COMMIT="a4bea88b2e5b429767014da7fa81ed5ec5af06b5" |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="gmi100" |
|
|
|
VERSION="20231020_f5c69e3" |
|
|
|
VERSION="20241029_a4bea88" |
|
|
|
HOMEPAGE="https://github.com/ir33k/gmi100" |
|
|
|
DOWNLOAD="https://github.com/ir33k/gmi100/archive/f5c69e3/gmi100-f5c69e316781e8d411b46c1d901f3f9fc23f16cf.tar.gz" |
|
|
|
MD5SUM="f73987208cadafb025c7a75b21e9be84" |
|
|
|
DOWNLOAD="https://github.com/ir33k/gmi100/archive/a4bea88/gmi100-a4bea88b2e5b429767014da7fa81ed5ec5af06b5.tar.gz" |
|
|
|
MD5SUM="609bb349dc84d0f5e6e499305cbb932d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|