summaryrefslogtreecommitdiff
path: root/app-shells/zsh-syntax-highlighting
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-27 15:12:15 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-27 15:12:15 +0100
commit246c83e768dd1efb42047de864a1e92b73de8b5c (patch)
tree2410761373aee7452a92e79038c5a28d631a0774 /app-shells/zsh-syntax-highlighting
parente67c9b35124c5b3338943cf7793fe4402f03ad0f (diff)
gentoo auto-resync : 27:05:2023 - 15:12:15
Diffstat (limited to 'app-shells/zsh-syntax-highlighting')
-rw-r--r--app-shells/zsh-syntax-highlighting/Manifest2
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/zsh-syntax-highlighting/Manifest b/app-shells/zsh-syntax-highlighting/Manifest
index bf63975a41ec..bf7721389984 100644
--- a/app-shells/zsh-syntax-highlighting/Manifest
+++ b/app-shells/zsh-syntax-highlighting/Manifest
@@ -1,3 +1,3 @@
DIST zsh-syntax-highlighting-0.7.1.tar.gz 133554 BLAKE2B cd55a0ad69670b25edc4bfa78ad76d1e2ef501deeca3e93adbef0aca305896722b4906d7717be3ad61bc0cf6b6496e217626406e5ff4168ece4b75bffd94bbf0 SHA512 e7e86b88cdac9b9ed5f973823ba8efff99dd720b9ed929f765f9f9266b9d6e147274f5957ceb630d51a660e396fc22e97f10cfbc5cdde941b907f3773bb1ea2b
-EBUILD zsh-syntax-highlighting-0.7.1.ebuild 1011 BLAKE2B c3cd3ed33313079d0ccc85997920c3c513b4a3c5dae9a753058d54b4d494cb144891a6147357fff67644456462329772759165136881053c9bf940f0daa82182 SHA512 2f85b98b4f633951d430cb07a29804ed8ae8538879b8896ddb5e5be70227130bc696e99efd5749457fb2d53b4e623fed48bf112b54cd24d33bf3758b6718f619
+EBUILD zsh-syntax-highlighting-0.7.1.ebuild 1018 BLAKE2B 279a334ffdfcdef463dc27c13ed5afca44fe4d2d7a1a242ddde7938647b66573d0f42058bed9e22700e78df689603b5b1afa3e7924603427600aeed5aef4bd9a SHA512 bee2209b751da5b355cfa81fb195bf10b505cf295351cd7b14bf042514e1b804c9437839a23900be66c1c63d6809a7980a68b28d6ed605314e43b5e96ac69d18
MISC metadata.xml 290 BLAKE2B 2ec1abcd1cee7cb660f5105de54cbaedd600c7b7970365e73d5174bfe8bcbe3492cfdc6f3667f17d8841b54fd316f4da85e664aa9d4219a0720727fd0a746ae5 SHA512 a513f6744cfcc646a4310999c6e36a5d7f0f6a00029419dc555dd18e83d0f94890d92b59b16c978b955111d2c3264ce1b5ffecc12b33b101455aafb139c7763b
diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild
index 6f3bd9ea5f6d..6dc5114c77c9 100644
--- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild
+++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ if [[ -z ${PV%%*9999} ]]; then
else
MY_PV=$(ver_rs 3 -)
SRC_URI="https://github.com/zsh-users/zsh-syntax-highlighting/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi