Merge pull request #2154 from flatcar/tormath1/locksmith

app-admin/locksmith: bump commit ID
This commit is contained in:
Mathieu Tortuyaux 2022-09-14 16:32:36 +02:00 committed by GitHub
commit e4543c0e87
3 changed files with 3 additions and 2 deletions

View File

@ -11,12 +11,12 @@ inherit cros-workon systemd coreos-go
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="b54e4c68e0ac154402cb4d30511c70b02a6509f3" # flatcar-master CROS_WORKON_COMMIT="c4cca93a15c7b7fd175e6687a83fc2725029a17a" # flatcar-master
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi
DESCRIPTION="locksmith" DESCRIPTION="locksmith"
HOMEPAGE="https://github.com/coreos/locksmith" HOMEPAGE="https://github.com/flatcar/locksmith"
SRC_URI="" SRC_URI=""
LICENSE="Apache-2.0" LICENSE="Apache-2.0"

View File

@ -0,0 +1 @@
- locksmith([0.7.0](https://github.com/flatcar/locksmith/blob/v0.7.0/CHANGELOG.md#v070--30112021))