summaryrefslogtreecommitdiff
path: root/community/processing/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-05 00:33:46 -0700
committerroot <root@rshg054.dnsready.net>2013-06-05 00:33:46 -0700
commit91d3f2ebc9b69c3e24bd507890afbb4bd3f4eea3 (patch)
treea34b437b45b5977131ce84f74ac379d56dbba0c7 /community/processing/PKGBUILD
parentcc57cb201ddb179d2bb481c13dd4f286ae643b12 (diff)
Wed Jun 5 00:33:46 PDT 2013
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 63ef3cdaa..59bff2498 100644
--- a/community/processing/PKGBUILD
+++ b/community/processing/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 91372 2013-05-21 10:01:44Z arodseth $
+# $Id: PKGBUILD 92422 2013-06-04 20:05:04Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=processing
-pkgver=2.0b9
+pkgver=2.0
pkgrel=1
arch=('x86_64' 'i686')
pkgdesc='Programming language and environment for creating images, animations and interactions'
@@ -15,12 +15,12 @@ options=(!strip)
if [ "$CARCH" == "x86_64" ]; then
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux64.tgz"
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
- sha256sums=('df6ab1042a09e72dec6eee8ae3bf21ed2fb47fc1eb63668960bea31a6cd62108'
+ sha256sums=('91b218d69bfe681c671d029346c671612f443f429ea68b63e0e08ae3aa2ffcf6'
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
else
source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz"
"$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
- sha256sums=('9a1cc4b41c3eee3835347bc198252a2b30fea1c811abda18a42e295b5544048b'
+ sha256sums=('5f09d79b13ec24384d64385c625b559cc24f2682d5ca3d6a8944ce95873e8e26'
'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
fi