mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
system/docker-proxy: Updated for version 20181207_2cfbf9b.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
1328f9fa96
commit
0c9327663a
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for docker-proxy
|
||||
|
||||
# Copyright 2017-2018 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2017-2019 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=docker-proxy
|
||||
VERSION=${VERSION:-20181015_6da50d1}
|
||||
GITHASH=${GITHASH:-6da50d1978302f04c3e2089e29112ea24812f05b}
|
||||
VERSION=${VERSION:-20181207_2cfbf9b}
|
||||
GITHASH=${GITHASH:-2cfbf9b1f98162a55829a21cc603c76072a75382}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-proxy"
|
||||
VERSION="20181015_6da50d1"
|
||||
VERSION="20181207_2cfbf9b"
|
||||
HOMEPAGE="https://github.com/docker/libnetwork"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/libnetwork/archive/6da50d1/libnetwork-6da50d1978302f04c3e2089e29112ea24812f05b.tar.gz"
|
||||
MD5SUM_x86_64="b2d6d1427bdc142137280c66f732a4f2"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/libnetwork/archive/2cfbf9b/libnetwork-2cfbf9b1f98162a55829a21cc603c76072a75382.tar.gz"
|
||||
MD5SUM_x86_64="d09e629940b04e24a2f91b535c073f83"
|
||||
REQUIRES="google-go-lang"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue