summaryrefslogtreecommitdiff
path: root/app-emacs/switch-window
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/switch-window
parent182063dd85a03f2086258946276c8967945ffe95 (diff)
gentoo auto-resync : 31:01:2023 - 03:00:52
Diffstat (limited to 'app-emacs/switch-window')
-rw-r--r--app-emacs/switch-window/Manifest2
-rw-r--r--app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-emacs/switch-window/Manifest b/app-emacs/switch-window/Manifest
index 0d76daf0add7..8688810febe2 100644
--- a/app-emacs/switch-window/Manifest
+++ b/app-emacs/switch-window/Manifest
@@ -1,4 +1,4 @@
AUX 50switch-window-gentoo.el 142 BLAKE2B 73da220c33ee762fdb4626aeba78ea07f67e66502eac4ec52aa15c859c8d083118c221a1e742ad188893c9e869e035bf7c8c78bc95bbb864aba82b0aaeb65d17 SHA512 a06692d1458448159fc9935c79983dd0b14e33ca1655f17cafd0eaa604d1852066e3862f4a513f04cb4b25ee350b57b6193999d801d70ae97ebfe46a4334710c
DIST switch-window-1.6.2_p20210808.tar.gz 159948 BLAKE2B 844c4ae1c1d3a71f9ae2667e20a6e47978b0426b68439a9e0ec667884265cbf2291aba8d838c3d4f3292f4820a2f9f6e369095867a06e70a024830a9477fcf95 SHA512 ee9bd40aedbb505ff702d472b9b3888400a65b3d6f4253f4489828accab1b9ace772995be7cd7fd38815e4a87983bf0b9cb7fd394180de255eec9a08ef786648
-EBUILD switch-window-1.6.2_p20210808.ebuild 531 BLAKE2B b4c80761f15062913d5135f03f93fa9004da5fda12be669822c36724212d6fd2fb1ec77c92876800087241be225f559dc0f36a8183f415b4c187cb4d3e4c784e SHA512 799fdce4c553f5630baaf76e99ab092800b16a12cc2e78acd54ad6fc6033d31632ef253dfa63222ac092ae50cc6909c9988eea2e249cda1c3ecb9a43af41ed1a
+EBUILD switch-window-1.6.2_p20210808.ebuild 546 BLAKE2B 6db6d22dde9d8aa19641e35b6a1bdb8cfd3af6169465f0d79237caf059fb2633968ee12c9616898253922a74a747ba20c4a7737ea40248fbd3196479c4001e5e SHA512 9c23d423fd64b92215c446203fbe1be40b4c39ee863deba6c45256b7dc11978c82aa34ef1d83e80ff611d90b9f78e2484fd48a6dcafa2b1a150962172bf7e4a8
MISC metadata.xml 431 BLAKE2B 0712f54ee5e3d1d201f74280c5f5ed345efa3b9e0de6c68e4cb6b7352d46c78523964035fd067155fe0b620f4c7af782de203f8889efced4580931c7e83e6edf SHA512 716427a22e453363779871acf968e062b97dcdf4fa02ef70ff0d02f1c507f1c6cf267ba917b65ee024e172128f2b288f22088106b437e12fd59d79186e9e88d6
diff --git a/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild b/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
index cf6f3082dbae..653c3595db39 100644
--- a/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
+++ b/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-H=8d9fe251d8d38b223d643df975876356ddfc1b98
+COMMIT=8d9fe251d8d38b223d643df975876356ddfc1b98
NEED_EMACS=24
inherit elisp
DESCRIPTION="Offer a customizable visual way to choose a window to switch to"
HOMEPAGE="https://github.com/dimitri/switch-window/"
-SRC_URI="https://github.com/dimitri/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${H}
+SRC_URI="https://github.com/dimitri/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="WTFPL-2"
SLOT="0"