Skip to content

Commit

Permalink
docker: update to 20.10.14
Browse files Browse the repository at this point in the history
Includes changes for both docker-engine and docker-cli.
  • Loading branch information
cbgbt committed Mar 25, 2022
1 parent 7115cde commit 472123c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/docker-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "/~https://github.com/docker/cli/releases"

[[package.metadata.build-package.external-files]]
url = "/~https://github.com/docker/cli/archive/v20.10.12/cli-20.10.12.tar.gz"
sha512 = "ac7c997f5751f2e34b9bcb9f026d3d0c2cd58c32a13e9255536b0eb0d7eabd81c42f2d608c0fe7725322b619f2360818b08379e847d598dd0bec570602ad224f"
url = "/~https://github.com/docker/cli/archive/v20.10.14/cli-20.10.14.tar.gz"
sha512 = "f8b7f1040eccd404e39ec33bcef8bb8423636b0695af65f84c0612e77223844892d219f82cfbb99ccd5326e228f8af27be1870d90ebace77810ea5fce9f86e4a"

[build-dependencies]
glibc = { path = "../glibc" }
4 changes: 2 additions & 2 deletions packages/docker-cli/docker-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
%global gorepo cli
%global goimport %{goproject}/%{gorepo}

%global gover 20.10.12
%global gover 20.10.14
%global rpmver %{gover}
%global gitrev e91ed5707e038b02af3b5120fa0835c5bedfd42e
%global gitrev a224086349269551becacce16e5842ceeb2a98d6

%global source_date_epoch 1492525740

Expand Down
4 changes: 2 additions & 2 deletions packages/docker-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "/~https://github.com/moby/moby/releases"

[[package.metadata.build-package.external-files]]
url = "/~https://github.com/moby/moby/archive/v20.10.12/moby-20.10.12.tar.gz"
sha512 = "f4122c8cbc67e6b7703856dc76d6f15d7fab1b2001d4916b89958d5319c16d8b8445881841ef4804e8d47d64694184aec1be93e22d7baceb021c4a99c2c03753"
url = "/~https://github.com/moby/moby/archive/v20.10.14/moby-20.10.14.tar.gz"
sha512 = "94ee555337aaf96bb95ce8cbe8fe1d9c8b87fcd4f256d2af5082fc47915f7576882929c1211ef7fba0c754097bdef5e6df59abbdf77456d3babe139f4353ed21"

# RPM BuildRequires
[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions packages/docker-engine/docker-engine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
%global goorg github.com/docker
%global goimport %{goorg}/docker

%global gover 20.10.12
%global gover 20.10.14
%global rpmver %{gover}
%global gitrev 459d0dfbbb51fb2423a43655e6c62368ec0f36c9
%global gitrev 87a90dc786bda134c9eb02adbae2c6a7342fb7f6

%global source_date_epoch 1363394400

Expand Down

0 comments on commit 472123c

Please sign in to comment.