mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-07 12:01:54 +02:00
noscript: 10.1.8.1 bump
This commit is contained in:
parent
7ca6e7e738
commit
eb27f476da
2 changed files with 21 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST noscript-10.1.6.3.xpi 369927 BLAKE2B 11c870213cb51bdfad65971cf1686102abb5007830a7e8e098df68ad2cfbfc2a6ccc86d1bac139c2d5c76054fb9dbfd88293a5f281d398386a71f9bdfb90a425 SHA512 1d3b6260f4fd0076dcbefa81363bf5f9258a219d8799684393c7416a71755b8c3c3e0ff9b3507085310a160d4dbe7d6e3137da6050ae45a6a6b25ae51dbc039e
|
||||
DIST noscript-10.1.7.3.xpi 374852 BLAKE2B a031fc524055b78c61c16467778426d3efde5a6dd08c48d749d82d77734a1eb7bee8ce96a7501133e72eb2fa18849477be2a2e40629b0ed56dc1f0d29f53beb8 SHA512 3ab0ab1dfe57d314c0ab254951f900d72d1a7a1e4b1378a4f0063a1d29b3030617e7626715011a0c06c99aa5c6798b5f34edeccc6c2476a5c7e2fd6ecd74e0a9
|
||||
DIST noscript-10.1.8.1.xpi 371579 BLAKE2B 126667e193ef6af6956b4e0d80075101836d44a40a427707c8646686b74fb5bc4b63363359f23618f8681d327c35ad813299eaefc8041202d482c123a0503132 SHA512 2a64888e7bfba69cfd4473fbdef2f8be7d4e18a2b3b1dfd82d0c85eb2e59c1f0841113e15efeb174055671573401c24599d439e97aa8420874ef70f5b04711eb
|
||||
|
|
|
|||
20
www-plugins/noscript/noscript-10.1.8.1.ebuild
Normal file
20
www-plugins/noscript/noscript-10.1.8.1.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
#https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/noscript
|
||||
#<install
|
||||
WEXT_FILEID="940138"
|
||||
#<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