mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
Merge pull request #3089 from dm0-/containerd
app-emulation/containerd: Specify the full commit SHA-1
This commit is contained in:
commit
26ccd863a3
@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
|
||||
else
|
||||
MY_PV="${PV/_rc/-rc.}"
|
||||
EGIT_COMMIT="v${MY_PV}"
|
||||
CONTAINERD_COMMIT="89623f2"
|
||||
CONTAINERD_COMMIT="89623f28b87a6004d4b785663257362d1658a729"
|
||||
SRC_URI="https://${GITHUB_URI}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 arm64"
|
||||
inherit vcs-snapshot
|
||||
|
@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
|
||||
else
|
||||
MY_PV="${PV/_rc/-rc.}"
|
||||
EGIT_COMMIT="v${MY_PV}"
|
||||
CONTAINERD_COMMIT="9b55aab"
|
||||
CONTAINERD_COMMIT="9b55aab90508bd389d7654c4baf173a981477d55"
|
||||
SRC_URI="https://${GITHUB_URI}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 arm64"
|
||||
inherit vcs-snapshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user