summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Fraser2016-07-16 21:05:48 -0400
committerNicholas Fraser2016-07-16 21:05:48 -0400
commitd50643d67e47b3da2d954fd4757301564d3b37cb (patch)
tree348302a6457b429581dc3f725daf0b20e3cf1176
parent56687cbafa431fa83ccfec1c34eb635da576b657 (diff)
downloadaur-d50643d67e47b3da2d954fd4757301564d3b37cb.tar.gz
Updated to v0.5
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f20a69f52a1b..ed1e7a308dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nicholas Fraser <nicholas.rd.fraser@gmail.com>
pkgname=msgpack-tools
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Command-line tools for converting between MessagePack and JSON"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cmake')
source=(https://github.com/ludocode/msgpack-tools/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6ca77477ed47ccf4ac882ace3ee5f33a7bc7b929d12c5f10fa0c8fb5874fbc10')
+sha256sums=('6f382a74fd8715a8a0e6a2561a9f10b16db7604b3139486908b4054709f81d08')
build() {
cd "$pkgname-$pkgver"