mspdebug: fix license

This commit is contained in:
Colin Booth 2021-05-03 23:59:01 -07:00 committed by Đoàn Trần Công Danh
parent 793290b519
commit 0028998592

View file

@ -1,12 +1,12 @@
# Template file for 'mspdebug' # Template file for 'mspdebug'
pkgname="mspdebug" pkgname=mspdebug
version=0.25 version=0.25
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
makedepends="readline-devel libusb-compat-devel"
short_desc="Debugger for MSP430 MCUs" short_desc="Debugger for MSP430 MCUs"
maintainer="allan <mail@may.mooo.com>" maintainer="allan <mail@may.mooo.com>"
license="GPL-2" license="GPL-2.0-or-later"
homepage="http://mspdebug.sourceforge.net" homepage="http://mspdebug.sourceforge.net"
distfiles="https://github.com/dlbeer/mspdebug/archive/v${version}.tar.gz" distfiles="https://github.com/dlbeer/mspdebug/archive/v${version}.tar.gz"
checksum=347b5ae5d0ab0cddb54363b72abe482f9f5d6aedb8f230048de0ded28b7d1503 checksum=347b5ae5d0ab0cddb54363b72abe482f9f5d6aedb8f230048de0ded28b7d1503
makedepends="readline-devel libusb-compat-devel"