development/actionlint: Updated for version 1.7.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-05-11 07:59:05 +09:00 committed by Willy Sudiarto Raharjo
parent 914856fefe
commit b1740c020f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 13 additions and 13 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=actionlint
VERSION=${VERSION:-1.6.27}
VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -83,8 +83,8 @@ for DEPENDENCY in fatih/color/1.16.0 \
done
mkdir -p vendor/golang.org/x
for DEPENDENCY in sync/0.6.0 \
sys/0.17.0 ; do
for DEPENDENCY in sync/0.7.0 \
sys/0.20.0 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@ -123,7 +123,7 @@ github.com/rivo/uniseg
# github.com/robfig/cron/v3 v3.0.1
## explicit; go 1.12
github.com/robfig/cron/v3
# github.com/yuin/goldmark v1.7.0
# github.com/yuin/goldmark v1.7.1
## explicit; go 1.19
github.com/yuin/goldmark
github.com/yuin/goldmark/ast
@ -134,11 +134,11 @@ github.com/yuin/goldmark/renderer
github.com/yuin/goldmark/renderer/html
github.com/yuin/goldmark/text
github.com/yuin/goldmark/util
# golang.org/x/sync v0.6.0
# golang.org/x/sync v0.7.0
## explicit; go 1.18
golang.org/x/sync/errgroup
golang.org/x/sync/semaphore
# golang.org/x/sys v0.17.0
# golang.org/x/sys v0.20.0
## explicit; go 1.18
golang.org/x/sys/execabs
golang.org/x/sys/unix

View file

@ -1,7 +1,7 @@
PRGNAM="actionlint"
VERSION="1.6.27"
VERSION="1.7.0"
HOMEPAGE="https://github.com/rhysd/actionlint"
DOWNLOAD="https://github.com/rhysd/actionlint/archive/v1.6.27/actionlint-1.6.27.tar.gz \
DOWNLOAD="https://github.com/rhysd/actionlint/archive/v1.7.0/actionlint-1.7.0.tar.gz \
https://github.com/fatih/color/archive/v1.16.0/color-1.16.0.tar.gz \
https://github.com/google/go-cmp/archive/v0.6.0/go-cmp-0.6.0.tar.gz \
https://github.com/mattn/go-colorable/archive/v0.1.13/go-colorable-0.1.13.tar.gz \
@ -10,10 +10,10 @@ DOWNLOAD="https://github.com/rhysd/actionlint/archive/v1.6.27/actionlint-1.6.27.
https://github.com/rivo/uniseg/archive/v0.4.7/uniseg-0.4.7.tar.gz \
https://github.com/robfig/cron/archive/v3.0.1/cron-3.0.1.tar.gz \
https://github.com/yuin/goldmark/archive/v1.7.0/goldmark-1.7.0.tar.gz \
https://github.com/golang/sync/archive/v0.6.0/sync-0.6.0.tar.gz \
https://github.com/golang/sys/archive/v0.17.0/sys-0.17.0.tar.gz \
https://github.com/golang/sync/archive/v0.7.0/sync-0.7.0.tar.gz \
https://github.com/golang/sys/archive/v0.20.0/sys-0.20.0.tar.gz \
https://github.com/go-yaml/yaml/archive/v3.0.1/yaml-3.0.1.tar.gz"
MD5SUM="e4df3137469434768968d93861158a9f \
MD5SUM="b51bcbdf5d69b621266d32b84535130d \
3f3abb1b34a6f54dc26255395d425271 \
5f88097e0cfd038e6f44c80c3580fa78 \
ac74020d881d4966e33ab6580f509aeb \
@ -22,8 +22,8 @@ MD5SUM="e4df3137469434768968d93861158a9f \
3751c82dd342cd5823703910b9da173d \
6165823364bc3bd568d3a6a1dee6c2cb \
2668b89123f9a0acccf8a9a89d0679e4 \
85888b0694f3bcbe23e64ced0c3446c7 \
fff45f6edce665d4ab42a18817bb212d \
7a89be834b4d9fa79e57d6f6024bc1aa \
7b645e9b79a0c60a4272df2e6cc9a5f3 \
3653fca1491a8b432d590ed3dab3aa77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""