summaryrefslogtreecommitdiff
path: root/community/meteorjs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/meteorjs/PKGBUILD')
-rw-r--r--community/meteorjs/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/meteorjs/PKGBUILD b/community/meteorjs/PKGBUILD
index b64b79f01..ac731580e 100644
--- a/community/meteorjs/PKGBUILD
+++ b/community/meteorjs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 84695 2013-02-22 11:25:02Z mtorromeo $
+# $Id: PKGBUILD 86245 2013-03-14 08:59:11Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Parth Buch <parthbuch115 at gmail dot com>
# Contributor: Tom Vincent <http://tlvince.com/contact/>
pkgname=meteorjs
-pkgver=0.5.7
+pkgver=0.5.8
pkgrel=1
pkgdesc="Open-source platform for building top-quality web apps in a fraction of the time."
arch=('i686' 'x86_64')
@@ -13,14 +13,14 @@ license=('MIT')
depends=('nodejs' 'mongodb')
options=('!strip')
-sha256sums=('dea74135489b89d7a7fdebb3966a05b2df41440bbdc31adce85e6b140aff8e23'
+sha256sums=('232d7a0bf0947e29fcd6ff8e7314d5783c1b4b7e5c6b5b68ed9ef2ed8d75c6cc'
'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
if [ "$CARCH" = "x86_64" ]; then
_arch="amd64"
else
_arch="i386"
- sha256sums[0]='2a126beb5224e4063c8efc849e099d7bf302f062e76356f8f7662737bccd41b6'
+ sha256sums[0]='b9c45ad56b2ccd2d6fa41740b20c671ea642ce84271474c319ddc8a67a0c77ff'
fi
source=("http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb" meteor)