From 305e7721c163b9a8ddbec83b6f0d97e8a5d0900e Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Fri, 7 Aug 2015 20:35:15 +0200 Subject: [PATCH] Update to 2.1.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5152923..975ce3b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = roundcubemail-plugin-contextmenu pkgdesc = Contextmenus for various parts of Roundcube using commands from the toolbars - pkgver = 2.1 + pkgver = 2.1.2 pkgrel = 1 url = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu arch = any license = GPL3 depends = roundcubemail - source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.tar.gz - sha256sums = 6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5 + source = https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/2.1.2.tar.gz + sha256sums = d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af pkgname = roundcubemail-plugin-contextmenu diff --git a/PKGBUILD b/PKGBUILD index 5383561..ca82104 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Javier Torres pkgname=roundcubemail-plugin-contextmenu -pkgver=2.1 +pkgver=2.1.2 pkgrel=1 pkgdesc=('Contextmenus for various parts of Roundcube using commands from the toolbars') arch=('any') @@ -9,7 +9,7 @@ url='https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu' license=('GPL3') depends=('roundcubemail') source=("https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/${pkgver}.tar.gz") -sha256sums=('6ef36e01a34c219a3a5e78e7bc9f5fd89c7a75e69d590b06e7f9e0bf3d4746f5') +sha256sums=('d38950728dd917d4f8d82656d3564c033a04c416adbe9bf6b352d87d2eab21af') package() { mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"