system/docker-proxy: Updated for version 20230425_3f00484.

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 2023-05-13 09:48:58 +09:00 committed by Willy Sudiarto Raharjo
parent f5f82ed671
commit 92f76f80a8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker-proxy
VERSION=${VERSION:-20230118_05b93e0}
GITHASH=${GITHASH:-05b93e0d3a95952f70c113b0bc5bdb538d7afdd7}
VERSION=${VERSION:-20230425_3f00484}
GITHASH=${GITHASH:-3f0048413d95802b9c6c836eba06bfc54f9dbd03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="docker-proxy"
VERSION="20230118_05b93e0"
VERSION="20230425_3f00484"
HOMEPAGE="https://github.com/moby/libnetwork"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/moby/libnetwork/archive/05b93e0/libnetwork-05b93e0d3a95952f70c113b0bc5bdb538d7afdd7.tar.gz"
MD5SUM_x86_64="6d5a66716985d46721f8f8c79098cdbe"
DOWNLOAD_x86_64="https://github.com/moby/libnetwork/archive/3f0048413d95802b9c6c836eba06bfc54f9dbd03/libnetwork-3f0048413d95802b9c6c836eba06bfc54f9dbd03.tar.gz"
MD5SUM_x86_64="ecd60f33821d65f629107366a36d0c52"
REQUIRES="google-go-lang"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"