summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancisco Giordano2017-05-09 14:45:04 -0300
committerFrancisco Giordano2017-05-09 14:45:04 -0300
commitbd7b9b8ea0c19c46d140d5d3f5b8c3b7fd9fce3b (patch)
treef8ef54098d940d68927f15ffecf7de27bd6cef1a /PKGBUILD
parent0734ae7bb5e596ca9d8657dfc157d4141d54b431 (diff)
downloadaur-bd7b9b8ea0c19c46d140d5d3f5b8c3b7fd9fce3b.tar.gz
update to v3.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35f390c860c7..3cafc031cd02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TrekDev <trekdev0 at gmail dot com>
pkgname=truffle
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc='A development framework for Ethereum'
url='https://github.com/ConsenSys/truffle'
@@ -10,7 +10,7 @@ source=("https://github.com/ConsenSys/truffle/archive/v${pkgver}.tar.gz")
makedepends=('npm')
depends=('nodejs')
conflicts=('truffle-git')
-md5sums=('e968dc5ae17c009fde3331f48869a2bd')
+md5sums=('a7dbc8bc497ae9ebddca478b04f9fd66')
provides=('truffle')
optdepends=('mocha: testing support'
'testrpc: contract deployment'