Skip to content

Commit

Permalink
upgpkg: iojs 3.3.0-1
Browse files Browse the repository at this point in the history
upstream release
  • Loading branch information
alferpal committed Sep 2, 2015
1 parent 9152ba3 commit 706d951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions iojs/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = iojs
pkgdesc = Evented I/O for V8 JavaScript - Node.js fork
pkgver = 3.2.0
pkgver = 3.3.0
pkgrel = 1
url = http://iojs.org/
arch = i686
Expand All @@ -17,8 +17,8 @@ pkgbase = iojs
conflicts = iojs-bin
conflicts = npm
options = !emptydirs
source = https://iojs.org/dist/v3.2.0/iojs-v3.2.0.tar.gz
sha256sums = c31ffbbc8ba1e2aa3834efb2441b967bb309f1beeda6c7a7c9ce0cc9fa3a89ee
source = https://iojs.org/dist/v3.3.0/iojs-v3.3.0.tar.gz
sha256sums = e84a649858e6f5c1458c0d5d7bf1952f78e93a26ea6bc519222e92e43e2fadde

pkgname = iojs

4 changes: 2 additions & 2 deletions iojs/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Ferrando <alferpal@gmail.com>

pkgname=iojs
pkgver=3.2.0
pkgver=3.3.0
_foldername=iojs-v${pkgver}
pkgrel=1
pkgdesc='Evented I/O for V8 JavaScript - Node.js fork'
Expand All @@ -14,7 +14,7 @@ provides=('nodejs' 'npm')
conflicts=('nodejs' 'iojs-bin' 'npm')
options=('!emptydirs')
source=("https://iojs.org/dist/v${pkgver}/iojs-v${pkgver}.tar.gz")
sha256sums=('c31ffbbc8ba1e2aa3834efb2441b967bb309f1beeda6c7a7c9ce0cc9fa3a89ee')
sha256sums=('e84a649858e6f5c1458c0d5d7bf1952f78e93a26ea6bc519222e92e43e2fadde')

prepare() {

Expand Down

0 comments on commit 706d951

Please sign in to comment.