mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 04:10:58 +02:00
noscript: 10.6 bump
This commit is contained in:
parent
cac2f5d62b
commit
b45c1d57ca
2 changed files with 21 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST noscript-10.2.1.xpi 486698 BLAKE2B 6c2d6faf0b87e9a69b34395e2e36a996eca9c37ac141a8fad626ae5bed3f5028b4385d3a334ecde0898b7d3210c6350320669f0ae6ca96d8d3db7a0179bec460 SHA512 23887ef80d3efc84b10d2c32d2c33dcff02d48922b584d2f767e85acfb0a4649f1df361bbac1503e00505c3897c0b947ea90bbbd1b8f2c65ab2496574c0530ef
|
||||
DIST noscript-10.2.5.xpi 502590 BLAKE2B 743501dcce440f80992b5143bdf4d7ce180de5939dfb01fa45a8ef8fcf80a01728e866ad036227f8f0bb4b4d799c039e4a20a6882b05f35dc16412f50be77d20 SHA512 c947f6bb37bd3436adc91b373156982cf58977f2a02390d76f7e213845de8969b19bc089a307dbbea78a543f88d95436851739b47fc86f0527b5c8e9e2a4e664
|
||||
DIST noscript-10.6.xpi 520019 BLAKE2B f5a7f09afc91f9f74e37c7bdabbb06631c53aeb286f9bc09b6a141ac7bc9e09a4a51d6c21213cc04e8848a73a2414c7f921de2e14f2e0c944e1bbb7637bd3159 SHA512 d2087cc78e8ea81a9696dad08d0a637b600b1c70839c6c66939ea13d66527168badb11e57851b05109bc64f80569116f32c9a44d53493d1b7dcabe2a9c304367
|
||||
|
|
|
|||
20
www-plugins/noscript/noscript-10.6.ebuild
Normal file
20
www-plugins/noscript/noscript-10.6.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
#https://addons.mozilla.org/api/v4/addons/addon/noscript/versions/
|
||||
#"files":[{"id":
|
||||
WEXT_FILEID="1735423"
|
||||
#<guid>
|
||||
WEXT_GUID="{73a6fe31-595d-460b-a920-fcc0f8843232}"
|
||||
|
||||
inherit mozilla-webext
|
||||
|
||||
DESCRIPTION="Allow active content in firefox to run only from trusted sites."
|
||||
HOMEPAGE="http://noscript.net"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
Loading…
Reference in a new issue