summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2020-07-21 21:10:58 -0700
committerKyle Manna2020-07-21 21:10:58 -0700
commit58322ce9a743e004c9b80eb61814f9f793bde324 (patch)
treea4196d5f81792dbb756a2d49df24edef74b15150
parent9f08d18c9b7fc7c8a0f48f9879e0422ef12c38cd (diff)
downloadaur-58322ce9a743e004c9b80eb61814f9f793bde324.tar.gz
release: v0.27.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 28e5d789c2b1..72ca04e7a20a 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.24.1
+ pkgver = 0.27.1
pkgrel = 1
url = https://github.com/mbedmicro/pyocd
arch = any
@@ -15,8 +15,8 @@ pkgbase = pyocd
depends = python-pyusb
depends = python-pyaml
depends = python-six
- source = https://github.com/mbedmicro/pyOCD/archive/v0.24.1.tar.gz
- sha512sums = 1db718302b73f3dae7d13f69d4965ec05409a04ff42e3582007a006f7a5efd05da18c23d2999a97cd13bf5256846626783fd72feae2449447ebd740fe20c7b87
+ source = https://github.com/mbedmicro/pyOCD/archive/v0.27.1.tar.gz
+ sha512sums = 40ab16570053fa08cd6c28322c08af1c3b04bed7da6dd2d81414c85d3cca9dd8f6fad2ed4ab4a9ed7326ee39fc03475ce13246e2cfaa26506cd1ecde703aba3f
pkgname = pyocd
diff --git a/PKGBUILD b/PKGBUILD
index 8fc7ca6b0781..80e62dfeb3f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=pyocd
_pkgname=pyOCD
-pkgver=0.24.1
+pkgver=0.27.1
pkgrel=1
pkgdesc="Python On Chip Debugger and programmer for ARM Cortex-M microcontrollers using CMSIS-DAP"
url="https://github.com/mbedmicro/pyocd"
@@ -20,7 +20,7 @@ optdepends=()
license=('Apache')
arch=('any')
source=("https://github.com/mbedmicro/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('1db718302b73f3dae7d13f69d4965ec05409a04ff42e3582007a006f7a5efd05da18c23d2999a97cd13bf5256846626783fd72feae2449447ebd740fe20c7b87')
+sha512sums=('40ab16570053fa08cd6c28322c08af1c3b04bed7da6dd2d81414c85d3cca9dd8f6fad2ed4ab4a9ed7326ee39fc03475ce13246e2cfaa26506cd1ecde703aba3f')
build() {
cd "$srcdir/$_pkgname-$pkgver"