mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
adblock_plus: 3.6.3 bump
This commit is contained in:
parent
be2062a801
commit
d99a5e7772
2 changed files with 21 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST adblock_plus-3.5.2.xpi 1244733 BLAKE2B b7bdf7731878d0961773679c42a4552d12611a8d305edd046ec4e62a61f267acb8e3e231c1f4dd6dd5de99541bee12ee7a46e410e45f2236ee0bbaef39b2ac96 SHA512 6df67ff30076d328c45bc94e4b65044630a4128926331bbc34bdb1975e3f5244f58f4bab8db4a0cc7adc8f9e7b240f5c3578565a4579d0b5f83181cd900d87ec
|
||||
DIST adblock_plus-3.6.3.xpi 1225661 BLAKE2B dee3fa969789ec840a8176dd5325810975a6693236880353dc64f38814d2662f74e37042e57bb3560cae66c3b168360e09b93280d38161ff9c2cd9600e9bda71 SHA512 ff8f559f8165f9c8f4225d6c64f0bc48f93f6e7d6615d9c9cda90f0f2b01473b37bd34f8ed4106cd91741bbca9a2360c1b5c8242bdb83cf4bb288730d53e5228
|
||||
|
|
|
|||
20
www-plugins/adblock_plus/adblock_plus-3.6.3.ebuild
Normal file
20
www-plugins/adblock_plus/adblock_plus-3.6.3.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/adblock-plus/versions/
|
||||
#files":[{"id"
|
||||
WEXT_FILEID="3375913"
|
||||
#"guid":"
|
||||
WEXT_GUID="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
|
||||
|
||||
inherit mozilla-webext
|
||||
|
||||
DESCRIPTION="Firefox extension to block annoying ads automatically, no distractions."
|
||||
HOMEPAGE="http://adblockplus.org/en/firefox"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
Loading…
Reference in a new issue