summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2021-01-18 17:55:55 -0800
committerKyle Manna2021-01-18 17:55:55 -0800
commit8972d97350f2b6f3b3c2c8f3044a4f7fb3218093 (patch)
tree616120e0db038467268e8d88a370114cb3566f1e
parentb981c896e313bfa54edc86d3b583a059031e8793 (diff)
downloadaur-8972d97350f2b6f3b3c2c8f3044a4f7fb3218093.tar.gz
release: pyocd v0.29.0-1
* Follow upstream.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74b8ed04633d..237c2f2adbae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyocd
pkgdesc = Python On Chip Debugger and programmer for ARM Cortex-M microcontrollers using CMSIS-DAP
- pkgver = 0.28.3
+ pkgver = 0.29.0
pkgrel = 1
url = https://github.com/mbedmicro/pyocd
arch = any
@@ -18,8 +18,8 @@ pkgbase = pyocd
depends = python-setuptools
depends = python-six
depends = pylink
- source = https://github.com/mbedmicro/pyOCD/archive/v0.28.3.tar.gz
- sha512sums = b9890cb085173aa938430becab4a24f5a051328cf83215bcd18e6fef0d2901eace2754f484d042f837f0a47d0a76b1f257396c7edb0bdbeb5e14d7da70ee861a
+ source = https://github.com/mbedmicro/pyOCD/archive/v0.29.0.tar.gz
+ sha512sums = 9d03b9489e8ee254c700681feb0d65ee4719f2592797a3d55b1ca4439b8fce60ccd85f165339dd29fdeab816090b6dc67026fdd0d41e5ed24383b1b818b72175
pkgname = pyocd
diff --git a/PKGBUILD b/PKGBUILD
index d723c24dd3c6..a290abd581b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=pyocd
_pkgname=pyOCD
-pkgver=0.28.3
+pkgver=0.29.0
pkgrel=1
pkgdesc="Python On Chip Debugger and programmer for ARM Cortex-M microcontrollers using CMSIS-DAP"
url="https://github.com/mbedmicro/pyocd"
@@ -23,7 +23,7 @@ optdepends=()
license=('Apache')
arch=('any')
source=("https://github.com/mbedmicro/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('b9890cb085173aa938430becab4a24f5a051328cf83215bcd18e6fef0d2901eace2754f484d042f837f0a47d0a76b1f257396c7edb0bdbeb5e14d7da70ee861a')
+sha512sums=('9d03b9489e8ee254c700681feb0d65ee4719f2592797a3d55b1ca4439b8fce60ccd85f165339dd29fdeab816090b6dc67026fdd0d41e5ed24383b1b818b72175')
build() {
cd "$srcdir/$_pkgname-$pkgver"