sherlock: 0.8.4 bump and drop ~arm64 keyword

This commit is contained in:
Yury Martynov 2019-09-03 09:31:34 +03:00
parent 373f3d1176
commit a545e96320
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
4 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
DIST sherlock-0.8.2.tar.gz 1415580 BLAKE2B 603b82aa9598d5e0da9ab96cfb9906e946fe9512e09ce3af74bd7138c6a8ffca5540fd785606f381c8af255ae069579bc8d6cdf1a5147f062472e5d71548c1b8 SHA512 c367de86e65c06fc4cd3017a4d585b1e75a6dd68490e78c482a65c5cc3d728a6a5b747ec84a95974c736714d443d0a82c2170b3a1c21ca85d0f0a4a31ea8f141
DIST sherlock-0.8.4.tar.gz 1415689 BLAKE2B d49e332fa908d7c899b8c4568763315b349091dc1115049fa8a798e865aecd0d20bd51f09c0e695c5b7a4b5f5326ce7c6529a1270c1c2c6c78d7f4514101604f SHA512 c7fccd9c4b73852179acbe59c194b34746f94c97f72be604eacef97793607dfad12949bd3714b1d860c6c6edffc9e35e03dd15931e0480f127b210842666d73e

View file

@ -5,7 +5,7 @@
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
<upstream>
<remote-id type="github">sherlock-project/sherlock</remote-id>
</upstream>
<upstream>
<remote-id type="github">sherlock-project/sherlock</remote-id>
</upstream>
</pkgmetadata>

View file

@ -14,11 +14,11 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/sherlock-project/sherlock"
else
# snapshot: 20190825
HASH_COMMIT="6914c308a36df42929b31d0ee20cdb8dc53a1dfa"
# snapshot: 20190831
HASH_COMMIT="8dc39ecdf08115cf11648a20b3bb4fd4f8b9c89a"
SRC_URI="https://github.com/sherlock-project/sherlock/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
KEYWORDS="~amd64 ~arm ~mips ~x86"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
fi