summaryrefslogtreecommitdiff
path: root/community/processing/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-21 03:42:54 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-21 03:42:54 +0000
commitedccd68090c8cf14c72ff7dd7f941bded787479a (patch)
treeddacad87ad9289f4c069f921c6d5b56f62592994 /community/processing/PKGBUILD
parent469e7cfcfccc3041b64ccc6e15e830b65817aae9 (diff)
Wed May 21 03:36:10 UTC 2014
Diffstat (limited to 'community/processing/PKGBUILD')
-rw-r--r--community/processing/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/processing/PKGBUILD b/community/processing/PKGBUILD
index 393ba8c6e..04db3f0fe 100644
--- a/community/processing/PKGBUILD
+++ b/community/processing/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 111103 2014-05-13 21:14:49Z arodseth $
+# $Id: PKGBUILD 111591 2014-05-20 18:43:49Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=processing
-pkgver=2.2
+pkgver=2.2.1
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc='Programming environment for creating images, animations and interactions'
@@ -15,12 +15,12 @@ options=('!strip')
if [[ $CARCH == "x86_64" ]]; then
source=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz"
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
- sha256sums=('262756a040def3e23a32db2838b313193918cb15cafccc6e9fbd88358d5d8832'
+ sha256sums=('bbb8831f251ed87dd1faefde43159494859452a2aaf7c75bca467e5afb7b9ec3'
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
else
source=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz"
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
- sha256sums=('89bf7739ba97f8150c3a6e3c02e3602ed70d93aba29def8f4eddc755fc5d5ae0'
+ sha256sums=('922db76c15682c5454226dd0cdd4fd680e1549d33ad4c7c27efbc345285fab42'
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
fi