summaryrefslogtreecommitdiff
path: root/community/processing/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-14 03:31:50 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-14 03:31:50 +0000
commit747b1fd97f3a07a4f9dbb660436b7708c6ee2c43 (patch)
tree9c6ed9681aa290107e9068b3e7907b078480e12c /community/processing/PKGBUILD
parentaf87d2873bcaaf5a93ccf25da80aa670f89fbe96 (diff)
Wed May 14 03:25:27 UTC 2014
Diffstat (limited to 'community/processing/PKGBUILD')
-rw-r--r--community/processing/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/processing/PKGBUILD b/community/processing/PKGBUILD
index d85d20907..393ba8c6e 100644
--- a/community/processing/PKGBUILD
+++ b/community/processing/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 109634 2014-04-17 07:36:16Z fyan $
+# $Id: PKGBUILD 111103 2014-05-13 21:14:49Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=processing
-pkgver=2.1.2
+pkgver=2.2
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc='Programming environment for creating images, animations and interactions'
@@ -15,13 +15,13 @@ 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=('4e43fd3f9527e243438bb3ddf75c37afb4004f71144a53d0347732bdab0eb439'
- '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+ sha256sums=('262756a040def3e23a32db2838b313193918cb15cafccc6e9fbd88358d5d8832'
+ '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=('917329ff5f960632e149cd79822e9ea4016bc575e31f90ff6bf009b87ccfceb1'
- '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+ sha256sums=('89bf7739ba97f8150c3a6e3c02e3602ed70d93aba29def8f4eddc755fc5d5ae0'
+ '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
fi
prepare() {