mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
user-agent-switcher-revived: v0.2.4 bump
This commit is contained in:
parent
9126eb7a8e
commit
04293c16fc
2 changed files with 22 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST user-agent-switcher-revived-0.2.0.xpi 102711 SHA256 4a879d0d22235ed9b77badd44533d8dbbb0d0fe9d49e25bacc59b39cf1fe898f SHA512 2b412eac8d95e1f55620080abac5ff3fd705ec6a1b0951406f278e6046c3327a64863058e10e222044317d07794e0d5577ae33874e35fe04cf8acc9a2ce27e35 WHIRLPOOL 2add7b5feee1367f1f14ef4042466926310d9e9ef6614c0b7ddb3a647c017dc74e8f1eb86be4694be10fa154cc8096fafece3c29285906322d90bc7cafd13396
|
||||
DIST user-agent-switcher-revived-0.2.0.xpi 102711 BLAKE2B f347644e0704a97bf06dec03927f60c6d92c9570716aa7b2a418422ba470c6e8a657155c4d6521484caad7986c8969efb9e1075a8be1812936b95eb744886588 SHA512 2b412eac8d95e1f55620080abac5ff3fd705ec6a1b0951406f278e6046c3327a64863058e10e222044317d07794e0d5577ae33874e35fe04cf8acc9a2ce27e35
|
||||
DIST user-agent-switcher-revived-0.2.4.xpi 110307 BLAKE2B 394c5c05775f4a51e92957110e87439056957a052cf35f2d0d74e6f55ab19020f618865bb50a3f4ff7b9ecf8968c29be49304df71e9bf68f0e564341e02da3cf SHA512 7bd7a9072a181581b7f225853c4a242e64a05bce45458e135b6bac18065a5354d8b6839893f92da43ee01b89d466039d304fff9889693dff2ce8c3b6ab59902a
|
||||
|
|
|
|||
|
|
@ -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/user-agent-switcher-revived
|
||||
#<install
|
||||
WEXT_FILEID="969712"
|
||||
#<guid>
|
||||
WEXT_GUID="{75afe46a-7a50-4c6b-b866-c43a1075b071}"
|
||||
|
||||
inherit mozilla-webext
|
||||
|
||||
DESCRIPTION="Adds a menu and a toolbar button to switch the user agent of firefox"
|
||||
HOMEPAGE="https://mybrowseraddon.com/useragent-switcher.html"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
Loading…
Reference in a new issue