locksmith: bump to 0.1.5

This commit is contained in:
Michael Marineau 2014-07-11 14:51:22 -07:00
parent 1a06293621
commit 24888cb87b
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="65cbc10d28f02195e3877063f5977b1fa87e7df8" # v0.1.4 tag CROS_WORKON_COMMIT="3c1089f1f7b89f16a7f55e7c2a779d8e3193d534" # v0.1.5 tag
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi