summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcameel2019-07-21 01:54:48 +0200
committercameel2019-07-21 01:54:48 +0200
commit075714fcaf33206307f2d5f872d4b363391440f4 (patch)
tree99d84d78c140aed1c50ace13850dc05af58173e5
parent8fe9cda384da840a0bb334711c1af2d8c5f32e74 (diff)
downloadaur-075714fcaf33206307f2d5f872d4b363391440f4.tar.gz
Update to version 1.6.8; simple version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d59f04d8c49e..d32681c516b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = firefox-extension-google-search-link-fix
pkgdesc = Firefox extension that prevents Google and Yandex search pages from replacing direct URLs with tracking URLs when you click them
- pkgver = 1.6.7
+ pkgver = 1.6.8
pkgrel = 1
url = https://github.com/palant/searchlinkfix
arch = any
license = MPL2
depends = firefox
- noextract = google_search_link_fix-1.6.7-an+fx.xpi
- source = https://addons.cdn.mozilla.net/user-media/addons/351740/google_search_link_fix-1.6.7-an+fx.xpi
- sha256sums = eb6d960ffed5c3e2cdaa1cbcff28b9fc41d1dfc56ea59b65a58a0455db56ff99
+ noextract = google_search_link_fix-1.6.8-an+fx.xpi
+ source = https://addons.cdn.mozilla.net/user-media/addons/351740/google_search_link_fix-1.6.8-an+fx.xpi
+ sha256sums = dcf5ba6e8a249f196063883c1259f4bdb90ee80fc7dd1c19497dfa48d0d4fe0c
pkgname = firefox-extension-google-search-link-fix
diff --git a/PKGBUILD b/PKGBUILD
index fac53d2350b6..650d339c6dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kamil ƚliwak <cameel2@gmail.com>
_addon_name=google_search_link_fix
-_addon_version=1.6.7
+_addon_version=1.6.8
_addon_id=351740
_addon_filename="${_addon_name}-${_addon_version}-an+fx.xpi"
_gecko_id="jid0-XWJxt5VvCXkKzQK99PhZqAn7Xbg@jetpack"
@@ -16,7 +16,7 @@ license=('MPL2')
depends=("firefox")
source=("https://addons.cdn.mozilla.net/user-media/addons/${_addon_id}/${_addon_filename}")
noextract=("${_addon_filename}")
-sha256sums=('eb6d960ffed5c3e2cdaa1cbcff28b9fc41d1dfc56ea59b65a58a0455db56ff99')
+sha256sums=('dcf5ba6e8a249f196063883c1259f4bdb90ee80fc7dd1c19497dfa48d0d4fe0c')
package() {
cd "${srcdir}"