mirror of
https://github.com/cjbassi/gotop.git
synced 2025-04-27 13:48:54 +08:00
Bump version
This commit is contained in:
parent
b36602ca97
commit
403bdc747b
@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERSION=1.2.3
|
VERSION=1.2.4
|
||||||
|
|
||||||
download() {
|
download() {
|
||||||
archive=gotop-$VERSION-${1}.tgz
|
archive=gotop_${VERSION}_${1}.tgz
|
||||||
curl -LO https://github.com/cjbassi/gotop/releases/download/$VERSION/$archive
|
curl -LO https://github.com/cjbassi/gotop/releases/download/$VERSION/$archive
|
||||||
tar xf $archive
|
tar xf $archive
|
||||||
rm $archive
|
rm $archive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user