diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-01-16 00:49:00 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-01-16 00:49:00 -0800 |
commit | 6729289aa2829e628ead27d3f13483942c32535d (patch) | |
tree | 464476402c052076193ae2f268d36b3ed4bb33f9 /dev-util/shellcheck-bin | |
parent | app-shells/loksh: add ~arm (diff) | |
download | gentoo-6729289aa2829e628ead27d3f13483942c32535d.tar.gz gentoo-6729289aa2829e628ead27d3f13483942c32535d.tar.bz2 gentoo-6729289aa2829e628ead27d3f13483942c32535d.zip |
dev-util/shellcheck-bin: add ~arm, amd64 stable
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/shellcheck-bin')
-rw-r--r-- | dev-util/shellcheck-bin/Manifest | 1 | ||||
-rw-r--r-- | dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/shellcheck-bin/Manifest b/dev-util/shellcheck-bin/Manifest index 329d14b20839..08b50fcbcdfd 100644 --- a/dev-util/shellcheck-bin/Manifest +++ b/dev-util/shellcheck-bin/Manifest @@ -1,2 +1,3 @@ DIST shellcheck-v0.5.0.linux.x86_64.tar.xz 3231336 BLAKE2B 5d94ed2e61fd363f645259eac94905cc4eed839b523c4392dd6a775f466e85a2164036c34cf0e1d993a43486fbbe0c7e64df2943d0748bee6e7bb25a5e3d0500 SHA512 475e14bf2705ad4a16d405fa64b94c2eb151a914d5a165ce13e8f9344e6145893f685a650cd32d45a7ab236dedf55f76b31db82e2ef76ad6175a87dd89109790 +DIST shellcheck-v0.6.0.linux.armv6hf.tar.xz 2488420 BLAKE2B 5b5265845c596d82938d7bc7009d0e5736cf380b9686fc3f900130f859122bb4fb6e2ad9eba7ac2a06d32a0065cf97bed473af085712b9c1da5c57d46df5daa1 SHA512 ac60323430e7febfeaaf5f8b6e3c5500e173871757e46643f1a944eea67f6918bbc49869a63fb7089329a2090307d8364dbeabb390a5e42c094147f530589f81 DIST shellcheck-v0.6.0.linux.x86_64.tar.xz 1484496 BLAKE2B 2f0d40b53a59dea15ae6bd972387071aea4e1d0f44bc1b7f74180d8744befd539a2e7e7aa4d5b78b65c82f8b94dc224b0730a9351a4fb1db1988c024fd85feac SHA512 6335d8888848a6fd351867c4f9732446b33c6b5e46343aebdbf1efa14ae99804d1e5af5b186b6ceba161d23b221b53d2a12e3a695231f8ac8f9ef46e2db9182b diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild b/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild index 633eb0107655..77b8ddc5654e 100644 --- a/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild +++ b/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,11 +7,14 @@ MY_PN=${PN/-bin/} DESCRIPTION="Shell script analysis tool (binary package)" HOMEPAGE="https://www.shellcheck.net/" -SRC_URI="https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.x86_64.tar.xz" +SRC_URI=" + amd64? ( https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.x86_64.tar.xz ) + arm? ( https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.armv6hf.tar.xz ) +" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64 ~arm" DEPEND="!dev-util/shellcheck" RDEPEND="${DEPEND}" |