insomnia-bin-2022.1.0_beta_p0.ebuild

This commit is contained in:
Anton Bolshakov 2022-02-09 09:43:39 +08:00
parent 1d9e4578ee
commit 394a028131
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 5 additions and 3 deletions

View file

@ -1,2 +1,2 @@
DIST insomnia-bin-2021.6.0.tar.gz 107323321 BLAKE2B b9de1199cf2df64f9966ff6fd7c218adc4ab22d8b6c21278f6c9ae2e4288a3014cf76948372ca114bc4afcd8c0501ccab0536543e2b158f7a3e1929c7b24f6a8 SHA512 64984468c9c17f5999aba708f9a23faa065690d4a2b6b7dba0b49b3186b755d475f1065b1b7bd1d0bdcbc9ef8678410a5e5c55b61e2336d3c8462655dfa8ba96
DIST insomnia-bin-2021.7.2.tar.gz 107108834 BLAKE2B 6b86452a1a22ed8de611a8fcce9bf5ee44ab7228c09437927b88e494eb6fcabc19c22c303f3e6686d3aaaf9071f630c386601d7e82d04e3e94110d6409ad0e21 SHA512 d77fb1288b4261a9fa311e7588a3dc7e3e07067a5e65c917494f8cdf797958ceae141eedc433e2f3a39bc978a26f406a19427cc841e26c51f7a57bf338eb66a5
DIST insomnia-bin-2022.1.0_beta_p0.tar.gz 114886617 BLAKE2B 8bdab930ef82d38af1f1613c1f695f3f06b7fdd55f31707d85572f5e6739a26c6f118d5d8185ef8378501e4b326d5aa623836ee7996899b3bccc8c4d7a3c6a32 SHA512 ddb7e6f140d1e7e641ddf14d66c0b2dc5fc9e9a986303678b0bcd568590112bf09d93b9a7b8fb048b9d4426a428355010f71aced91c33fc8c9b612eb8dd88968

View file

@ -1,13 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PN="Insomnia.Core"
MY_PV="${PV/_beta_p/-beta.}"
DESCRIPTION="REST API client, a postman alternative"
HOMEPAGE="https://github.com/Kong/insomnia https://insomnia.rest/"
SRC_URI="https://github.com/Kong/insomnia/releases/download/core%40${PV}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/Kong/insomnia/releases/download/core%40${MY_PV}/${MY_PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
#https://github.com/Kong/insomnia/releases/download/core%402022.1.0-beta.0/Insomnia.Core-2022.1.0-beta.0.tar.gz
LICENSE="MIT"
SLOT="0"