Merge pull request #1952 from mischief/mantle-0.1.2

coreos-devel/mantle: bump to v0.1.2
This commit is contained in:
Nick Owens 2016-05-10 13:39:15 -07:00
commit be06aefc19
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="10d464e276038b428eb60397cb7657d0640f4bbc" # v0.1.1 CROS_WORKON_COMMIT="29a7f79eea98b859625eb71a82367febe2f2a0a7" # v0.1.2
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi