diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2018-05-06 16:51:38 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:36 +0700 |
commit | 206959a9748cc8f979cab70b4b507dbbfcdfd5c4 (patch) | |
tree | 98d3db4cbf75f97b4017f80e28cb840d148550fd /system/containerd/containerd.SlackBuild | |
parent | e049ee68ff16084066c63e8ba4c00912cecebe35 (diff) | |
download | slackbuilds-206959a9748cc8f979cab70b4b507dbbfcdfd5c4.tar.gz |
system/containerd: Updated for version 1.0.3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/containerd/containerd.SlackBuild')
-rw-r--r-- | system/containerd/containerd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild index 82e2254fbd..62fcd33fd0 100644 --- a/system/containerd/containerd.SlackBuild +++ b/system/containerd/containerd.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=containerd -VERSION=${VERSION:-1.0.2} -GITHASH=${GITHASH:-cfd04396dc68220d1cecbe686a6cc3aa5ce3667c} +VERSION=${VERSION:-1.0.3} +GITHASH=${GITHASH:-773c489c9c1b21a6d78b5c538cd395416ec50f88} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |