summaryrefslogtreecommitdiff
path: root/app-emacs/graphql/graphql-0.1.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-31 03:00:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-31 03:00:52 +0000
commit4b70b249bd1fe7302633ca0b4f7abd22dd269d02 (patch)
treec39fc6439ab9c72db6a0f070fe02312591ccc963 /app-emacs/graphql/graphql-0.1.2.ebuild
parent182063dd85a03f2086258946276c8967945ffe95 (diff)
gentoo auto-resync : 31:01:2023 - 03:00:52
Diffstat (limited to 'app-emacs/graphql/graphql-0.1.2.ebuild')
-rw-r--r--app-emacs/graphql/graphql-0.1.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/graphql/graphql-0.1.2.ebuild b/app-emacs/graphql/graphql-0.1.2.ebuild
index 1ea6269125e9..92e657553313 100644
--- a/app-emacs/graphql/graphql-0.1.2.ebuild
+++ b/app-emacs/graphql/graphql-0.1.2.ebuild
@@ -4,15 +4,15 @@
EAPI=8
NEED_EMACS=25
-[[ "${PV}" == 0.1.2 ]] && H=67237f284f2dfb94f3cfba672ff64a37e1cb860f
+[[ "${PV}" == 0.1.2 ]] && COMMIT=67237f284f2dfb94f3cfba672ff64a37e1cb860f
inherit elisp
DESCRIPTION="GraphQL utilities"
HOMEPAGE="https://github.com/vermiculus/graphql.el/"
-SRC_URI="https://github.com/vermiculus/graphql.el/archive/${H}.tar.gz
+SRC_URI="https://github.com/vermiculus/graphql.el/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}.el-${H}
+S="${WORKDIR}"/${PN}.el-${COMMIT}
LICENSE="GPL-3+"
SLOT="0"