summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14827aeac76a..9f80c1866268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = firefox-extension-greasemonkey
pkgdesc = Customize the way a web page displays or behaves, by using small bits of JavaScript.
- pkgver = 3.2
+ pkgver = 3.6
pkgrel = 1
url = http://www.greasespot.net/
arch = any
license = MPL
depends = firefox>=35.0
- source = https://addons.mozilla.org/firefox/downloads/file/319128/greasemonkey-3.2.xpi
- sha1sums = 3b9886af34665fa89d9476874e9e561931906f1e
+ source = https://addons.mozilla.org/firefox/downloads/file/370452/greasemonkey-3.6.xpi
+ sha1sums = 35b76e5cc77087ac1fc6b0400fc4d0ae57eb57d5
pkgname = firefox-extension-greasemonkey
diff --git a/PKGBUILD b/PKGBUILD
index 6d1d314337cd..721a7f015ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Vinycius Maia <suportevg@uol.com.br>
pkgname=firefox-extension-greasemonkey
-_file=319128
-pkgver=3.2
+_file=370452
+pkgver=3.6
pkgrel=1
pkgdesc="Customize the way a web page displays or behaves, by using small bits of JavaScript."
arch=('any')
@@ -11,7 +11,7 @@ url="http://www.greasespot.net/"
license=('MPL')
depends=('firefox>=35.0')
source=(https://addons.mozilla.org/firefox/downloads/file/$_file/greasemonkey-$pkgver.xpi)
-sha1sums=('3b9886af34665fa89d9476874e9e561931906f1e')
+sha1sums=('35b76e5cc77087ac1fc6b0400fc4d0ae57eb57d5')
package() {
cd "$srcdir"