summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnselmo L. S. Melo2016-11-22 17:48:11 -0200
committerAnselmo L. S. Melo2016-11-22 17:48:11 -0200
commit3a227db125d2dc2b9283f640bde7ce931bd40c93 (patch)
tree12eae9c7d709fd290e4117a2ca92fa16645c9ab5 /PKGBUILD
parente3ca1fc82b0d42922772ac49e3dd89c7d0c9397b (diff)
downloadaur-qm-dfu-util.tar.gz
Update to v1.3.0
Signed-off-by: Anselmo L. S. Melo <anselmo.melo@intel.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02f55ec00031..f27696c79b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anselmo L. S. Melo <anselmo.melo@intel.com>
pkgname=qm-dfu-util
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="UART-based dfu-util for Quark MCUs"
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ provides=("${pkgname%-git}" 'dfu-util-qda')
conflicts=('qm-dfu-util-git')
replaces=('qm-dfu-util-git')
source=("https://github.com/quark-mcu/qm-dfu-util/archive/v$pkgver.tar.gz")
-md5sums=('94a1fe38c61433023925fcc6278a6131')
+md5sums=('f5272e01fd23d0ce63f0281d359bfe44')
build() {
cd "$pkgname-$pkgver"