summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody P Schafer2018-11-03 14:28:18 -0400
committerCody P Schafer2018-11-03 14:28:18 -0400
commitd7379a3172d54e6383062d8925baa42b0f184624 (patch)
tree74dc1d9944c8f150a58effe753be1fc540982d93 /PKGBUILD
parente67157c8ce5b4075a63c0b9ab9759a30e75937f2 (diff)
downloadaur-d7379a3172d54e6383062d8925baa42b0f184624.tar.gz
update to 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3778b461b367..932088873252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Cody Schafer <aur@codyps.com>
pkgname=sigrok-cli
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Client software that supports various hardware logic analyzers, CLI client"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://www.sigrok.org/wiki/Sigrok-cli"
license=('GPL3')
depends=('libsigrok' 'libsigrokdecode')
source=("http://sigrok.org/download/source/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('77cb745e2fa239c7bd1ea81e2d67ede9')
+md5sums=('3f45ce664bad529d8b3f78a61b017d75')
build() {
cd "$srcdir/${pkgname}-${pkgver}"