mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
development/fly: Updated for version 6.7.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
757c4b84a5
commit
30db4456d7
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fly
|
||||
|
||||
# Copyright 2020 Dmitrii Sosedov, United States
|
||||
# Copyright 2021 Dmitrii Sosedov, 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=fly
|
||||
VERSION=${VERSION:-6.0.0}
|
||||
VERSION=${VERSION:-6.7.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="fly"
|
||||
VERSION="6.0.0"
|
||||
VERSION="6.7.4"
|
||||
HOMEPAGE="https://concourse-ci.org/fly.html"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM="UNSUPPORTED"
|
||||
DOWNLOAD_x86_64="https://github.com/concourse/concourse/releases/download/v6.0.0/fly-6.0.0-linux-amd64.tgz"
|
||||
MD5SUM_x86_64="c0c66b346164b49be9121a2af4a585a0"
|
||||
DOWNLOAD_x86_64="https://github.com/concourse/concourse/releases/download/v6.7.4/fly-6.7.4-linux-amd64.tgz"
|
||||
MD5SUM_x86_64="43cecc7ca957a40bf2f0d6e1bac9e872"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dmitrii Sosedov"
|
||||
EMAIL="d.sosedov@gmail.com"
|
||||
|
|
|
@ -15,5 +15,5 @@ fly: used for CI/CD, and is built to scale to any kind of automation
|
|||
fly: pipeline, from simple to complex.
|
||||
fly:
|
||||
fly: Homepage: https://concourse-ci.org/fly.html
|
||||
fly: Release date: Mar 25, 2020
|
||||
fly: Release date: Jan 26, 2021
|
||||
fly:
|
||||
|
|
Loading…
Reference in a new issue