summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2019-11-12 16:01:31 -0500
committerGI_Jack2019-11-12 16:01:31 -0500
commit536cd5ca1cb4945f534c7a23c4ebc13b73de06b6 (patch)
tree843456e2936df011db295dcaaf27b2ccce589073
parent46a115b5280f4c50771392d26d0306f855b25de9 (diff)
downloadaur-536cd5ca1cb4945f534c7a23c4ebc13b73de06b6.tar.gz
version 4.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 665d03196fc4..ab3c0375bcca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = firefox-extension-greasemonkey
pkgdesc = Customize the way a web page displays or behaves, by using small bits of JavaScript.
- pkgver = 4.8
+ pkgver = 4.9
pkgrel = 1
url = http://www.greasespot.net/
arch = any
license = MPL
makedepends = jq
depends = firefox>=52.0
- source = https://addons.mozilla.org/firefox/downloads/file/2334146/greasemonkey-4.8-an+fx.xpi
- sha256sums = 243dd35537975ae4566710f3bac165dcf413642dbc735e9f92501fca30ff824e
+ source = https://addons.mozilla.org/firefox/downloads/file/3024171/greasemonkey-4.9-an+fx.xpi
+ sha256sums = a3c94257caa11c7ef4c9a61b2d898f82212a017aa3ab07e79bce07f98a25d4f1
pkgname = firefox-extension-greasemonkey
diff --git a/PKGBUILD b/PKGBUILD
index 74938db86c73..11c0bd1e7f9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: GI_Jack <GI_Jack@hackermail.com>
pkgname=firefox-extension-greasemonkey
-_file=2334146
-pkgver=4.8
+_file=3024171
+pkgver=4.9
pkgrel=1
pkgdesc="Customize the way a web page displays or behaves, by using small bits of JavaScript."
arch=('any')
@@ -14,7 +14,7 @@ license=('MPL')
makedepends=('jq')
depends=('firefox>=52.0')
source=("https://addons.mozilla.org/firefox/downloads/file/$_file/greasemonkey-${pkgver}-an+fx.xpi")
-sha256sums=('243dd35537975ae4566710f3bac165dcf413642dbc735e9f92501fca30ff824e')
+sha256sums=('a3c94257caa11c7ef4c9a61b2d898f82212a017aa3ab07e79bce07f98a25d4f1')
package() {
cd ${srcdir}
@@ -26,4 +26,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-