Skip to content

Commit

Permalink
alsec: better desc, v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Sep 12, 2024
1 parent 474380a commit 9b002ab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.1]

- Better description for ArchLinux Security Search & resubmission on AMO

## [2.0.0]

- Firefox for Android support [#35](https://github.com/noraj/firefox-extension-arch-search/pull/35) (thanks @sangsatori)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firefox-extension-arch-search",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"description": "A set of Web Extensions that adds ArchLinux (bug tracker, forum, packages, wiki, AUR) as a search engine to the Firefox browser.",
"author": "noraj",
Expand Down
8 changes: 4 additions & 4 deletions packages/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: noraj <printf %s 'YWxleGFuZHJlLnphbm5pQGV1cm9wZS5jb20='|base64 -d>

pkgname=firefox-extension-arch-search
pkgver=2.0.0
pkgver=2.0.1
pkgrel=4
_amo_base_url=https://addons.mozilla.org/firefox/downloads/file

Expand Down Expand Up @@ -41,8 +41,8 @@ _alman_dl_id=4337416
[email protected]

_alsec_code=archlinux_security_search
_alsec_ver=1.0.0
_alsec_dl_id=4337406
_alsec_ver=1.0.1
_alsec_dl_id=4349093
[email protected]

_alsrc_code=archlinux_pkgbuild_search
Expand Down Expand Up @@ -83,7 +83,7 @@ b2sums=('1a0010fefea0986b0ded2c483e56244418b000712d84c0d252a00f35622905f4e6dd67d
'ae8574a0899510a7d6f338a24f0ca96456fd3ff3e14a1c1c1e5a7d4a225df1dcb23329ce71c5d49d3b4374f7c595ba390b5556d3bb83d3a13147d38103473e17'
'e498b4cc098ef64f4d1c2b51b9988eecded6e7695db17b5edd483098bae132f55eae437d7ee23520a6f5b1d80ea1c5fced5bff6a13c2b17a89add242447a22d6'
'e422cde6ee9d0ff10866713a5ebc5219dbafc9e0381d7aa6f185ed14a2758c53e56a020502c2b8badc1eb2e8844ee73c74f0a8a2f41588638be53077677f53cc'
'ef1683e513719d083a2478d1418e10ddc35364e799032ea3a027b40c50c39b51ffbcf9aa25dac935b14bf4dc5d45ee29cbc8b924c16cbbcf3de0e7c3c5738a43'
'0a8308713f38bdd8c00359457530dbedc6676b4eaa77deffe928b506f411a6863c462dbf31c924dbde5750535049380820ce0057c567416145a54155c1c8c10c'
'b82d5f510ecdd9eb3ec75ae8f73c4a3e06da80e31f6f972a192534ebebf029b1be4f260cd907296274d184a9ac00162f2ff3c0707471e443ce225b93d8b2e218'
'34a88b0db4073f62e676a5f00808deec333e71090799ef011c8d75904e865d566539ba7a495fd2738bf8e34429240b31648664cdd37fe28feb2f298ee3bb5f6e')

Expand Down
4 changes: 2 additions & 2 deletions web-extensions/v3/arch-security/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 3,
"name": "ArchLinux Security Search",
"short_name": "archlinux_search_sec",
"description": "Adds ArchLinux Security as a search engine.",
"version": "1.0.0",
"description": "Adds a search engine to look for ArchLinux Security Advisories by package.",
"version": "1.0.1",
"icons": {
"16": "icons/arch-s.svg",
"64": "icons/arch-s.svg",
Expand Down

0 comments on commit 9b002ab

Please sign in to comment.