mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/git-lfs: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
948a00815e
commit
35b02d3cc9
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=git-lfs
|
||||
VERSION=${VERSION:-0.5.4}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="git-lfs"
|
||||
VERSION="0.5.4"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="https://git-lfs.github.com/"
|
||||
DOWNLOAD="https://github.com/github/git-lfs/releases/download/v0.5.4/git-lfs-linux-386-0.5.4.tar.gz"
|
||||
MD5SUM="aa6c5143d9c610a7429862dc0322ea89"
|
||||
DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v0.5.4/git-lfs-linux-amd64-0.5.4.tar.gz"
|
||||
MD5SUM_x86_64="bc5c94d850cda8743139ae707d6eb06a"
|
||||
DOWNLOAD="https://github.com/github/git-lfs/releases/download/v1.0.0/git-lfs-linux-386-1.0.0.tar.gz"
|
||||
MD5SUM="a8d40260179261fb8ff8d43b2289be9b"
|
||||
DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v1.0.0/git-lfs-linux-amd64-1.0.0.tar.gz"
|
||||
MD5SUM_x86_64="90b35494fd056ea2c30bbfd6f38b8e5d"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue