teensy_loader_cli: fix license, http->https
This commit is contained in:
parent
fd81ab5932
commit
dfe33b842a
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'teensy_loader_cli'
|
||||
pkgname=teensy_loader_cli
|
||||
version=2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_target=teensy_loader_cli
|
||||
makedepends="libusb-compat-devel"
|
||||
short_desc="Command line Teensy Loader"
|
||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.pjrc.com/teensy/loader_cli.html"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://www.pjrc.com/teensy/loader_cli.html"
|
||||
distfiles="https://github.com/PaulStoffregen/teensy_loader_cli/archive/${version}.tar.gz"
|
||||
checksum=5c36fe45b9a3a71ac38848b076cd692bf7ca8826a69941c249daac3a1d95e388
|
||||
|
||||
|
|
Loading…
Reference in a new issue