aboutsummaryrefslogtreecommitdiff
path: root/utils/openocd
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2021-03-08 12:19:08 +0300
committerPaul Fertser <fercerpav@gmail.com>2021-03-08 21:42:24 +0000
commit9a07474e138f38cbd1c8b6c3bf8861e625c93c35 (patch)
treed3d8b209f025a80115e8d6464e2ba1ec30034bb6 /utils/openocd
parent9d8c5873febbdf83e58f4720d8b20a5eb69ad646 (diff)
openocd: update to 0.11.0
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'utils/openocd')
-rw-r--r--utils/openocd/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile
index 2581fe6b5..de1c05b1d 100644
--- a/utils/openocd/Makefile
+++ b/utils/openocd/Makefile
@@ -8,16 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openocd
-PKG_SOURCE_VERSION:=v0.11.0-rc1
-PKG_VERSION:=$(PKG_SOURCE_VERSION)
-PKG_RELEASE:=1
+PKG_SOURCE_VERSION:=v0.11.0
+PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_URL:=git://git.code.sf.net/p/openocd/code
-PKG_MIRROR_HASH:=c4a0a6cad821946608c843f557b993e7cfeb0f193e4c0f149ebfbfbfd57054a6
+PKG_SOURCE_URL:=https://git.code.sf.net/p/openocd/code
+PKG_MIRROR_HASH:=ec31ce908d951c6c7e173c7474269f3f105d7a7b3991afbe8f54f8d96646c725
-PKG_LICENSE:=GPL-2.0
+PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Paul Fertser <fercerpav@gmail.com>