diff options
author | Sam James <sam@gentoo.org> | 2022-08-29 21:03:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-29 21:12:57 +0100 |
commit | ef3cf416e2b60bfcab5a97945c778e543a105544 (patch) | |
tree | 02177f360e76c7af6e731c256f15c1b1d5124a6a /app-shells | |
parent | dev-util/watchman: add 2022.08.29.00 (diff) | |
download | gentoo-ef3cf416e2b60bfcab5a97945c778e543a105544.tar.gz gentoo-ef3cf416e2b60bfcab5a97945c778e543a105544.tar.bz2 gentoo-ef3cf416e2b60bfcab5a97945c778e543a105544.zip |
app-shells/fzf: fix MY_GIT_REV
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fzf/fzf-0.33.0-r1.ebuild (renamed from app-shells/fzf/fzf-0.33.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fzf/fzf-0.33.0.ebuild b/app-shells/fzf/fzf-0.33.0-r1.ebuild index 12b7161dcb56..c9d9f1200796 100644 --- a/app-shells/fzf/fzf-0.33.0.ebuild +++ b/app-shells/fzf/fzf-0.33.0-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/junegunn/fzf" # For fancy versioning only. Bump on the next release! # MY_GIT_REV is the first 7 characters of release commit, we truncate it # after to make it easier to copy/paste. -MY_GIT_REV=4993d19466d5f3ac127de5c0c461cde7ef1894d7 +MY_GIT_REV=e03ac3136e17a525bc67d62728ccb3eb8179f183 MY_GIT_REV=${MY_GIT_REV:0:7} SRC_URI="https://github.com/junegunn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |