mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/docker-proxy: Updated for version 20220725_399a343.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5074ea6ffc
commit
9944fdb081
2 changed files with 6 additions and 6 deletions
|
@ -27,9 +27,9 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=docker-proxy
|
||||
VERSION=${VERSION:-20210125_b350742}
|
||||
GITHASH=${GITHASH:-b3507428be5b458cb0e2b4086b13531fb0706e46}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-20220725_399a343}
|
||||
GITHASH=${GITHASH:-399a3439d84b3b6ba6077ba08cadea506b52547c}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-proxy"
|
||||
VERSION="20210125_b350742"
|
||||
VERSION="20220725_399a343"
|
||||
HOMEPAGE="https://github.com/moby/libnetwork"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/moby/libnetwork/archive/b350742/libnetwork-b3507428be5b458cb0e2b4086b13531fb0706e46.tar.gz"
|
||||
MD5SUM_x86_64="bebb195c8cc1182217980f2df56c85af"
|
||||
DOWNLOAD_x86_64="https://github.com/moby/libnetwork/archive/399a343/libnetwork-399a3439d84b3b6ba6077ba08cadea506b52547c.tar.gz"
|
||||
MD5SUM_x86_64="9bd6d24548777ff244136cee953e947d"
|
||||
REQUIRES="google-go-lang"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue