summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmeGa2015-11-17 00:30:57 -0600
committerOmeGa2015-11-17 00:30:57 -0600
commit6c56130e934dc74de15f4dbac36971444615f257 (patch)
tree972a49ace160cc584537dd0701e69ebc8a99353c
parentd1b16ae9e2034028344fc37fcb6f4966bb9bc14d (diff)
downloadaur-6c56130e934dc74de15f4dbac36971444615f257.tar.gz
Update to 0.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e12faca90f4..6a86ec48cf1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = firefox-extension-vimfx
pkgdesc = Introduces Vim-style keyboard shortcuts for browsing and navigation without using the mouse.
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/akhodakivskiy/VimFx
arch = any
license = MIT
depends = firefox>=40.0
- source = https://addons.mozilla.org/firefox/downloads/file/294536/vimfx-0.6.1.xpi
+ source = https://addons.mozilla.org/firefox/downloads/file/368962/vimfx-0.6.2.xpi
source = LICENSE
- sha1sums = b0ae4536be1b7bfbb200585ce07caaaa9687d97a
+ sha1sums = b2f8b6a19b6596d70c7395b1bd637bcb6bf5b652
sha1sums = f1eaf939b37946dea611a5d55ef4784306c70a53
pkgname = firefox-extension-vimfx
diff --git a/PKGBUILD b/PKGBUILD
index 351bbd2b1b2c..52bf7eb717bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: OmeGa <omega [U+0040] mailoo [.] org>
pkgname=firefox-extension-vimfx
-_file=294536
-pkgver=0.6.1
+_file=368962
+pkgver=0.6.2
pkgrel=1
pkgdesc="Introduces Vim-style keyboard shortcuts for browsing and navigation without using the mouse."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('firefox>=40.0')
source=(https://addons.mozilla.org/firefox/downloads/file/$_file/vimfx-$pkgver.xpi
LICENSE)
-sha1sums=('b0ae4536be1b7bfbb200585ce07caaaa9687d97a'
+sha1sums=('b2f8b6a19b6596d70c7395b1bd637bcb6bf5b652'
'f1eaf939b37946dea611a5d55ef4784306c70a53')
package() {