diff options
author | 2021-12-12 21:04:00 +0100 | |
---|---|---|
committer | 2021-12-12 21:04:00 +0100 | |
commit | 19aa954f5384f7839cec40580bf5de1a2c5b06ea (patch) | |
tree | cd2c32e769c58a3dccf686af4b6dc0e3758b1a85 | |
parent | media-gfx/inkscape: sync live ebuild (diff) | |
download | gentoo-19aa954f5384f7839cec40580bf5de1a2c5b06ea.tar.gz gentoo-19aa954f5384f7839cec40580bf5de1a2c5b06ea.tar.bz2 gentoo-19aa954f5384f7839cec40580bf5de1a2c5b06ea.zip |
dev-util/stripe-mock: Stabilize 0.116.0 amd64, #829013
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | dev-util/stripe-mock/stripe-mock-0.116.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/stripe-mock/stripe-mock-0.116.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.116.0.ebuild index 05a7220e34b0..0d362eb78a2b 100644 --- a/dev-util/stripe-mock/stripe-mock-0.116.0.ebuild +++ b/dev-util/stripe-mock/stripe-mock-0.116.0.ebuild @@ -10,7 +10,7 @@ inherit golang-build golang-vcs-snapshot DESCRIPTION="Mock HTTP server that responds like the real Stripe API" HOMEPAGE="https://github.com/stripe/stripe-mock" SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="MIT ISC BSD-2" SLOT="0" |