mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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'
|
# Template file for 'teensy_loader_cli'
|
||||||
pkgname=teensy_loader_cli
|
pkgname=teensy_loader_cli
|
||||||
version=2.1
|
version=2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=teensy_loader_cli
|
make_build_target=teensy_loader_cli
|
||||||
makedepends="libusb-compat-devel"
|
makedepends="libusb-compat-devel"
|
||||||
short_desc="Command line Teensy Loader"
|
short_desc="Command line Teensy Loader"
|
||||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only"
|
||||||
homepage="http://www.pjrc.com/teensy/loader_cli.html"
|
homepage="https://www.pjrc.com/teensy/loader_cli.html"
|
||||||
distfiles="https://github.com/PaulStoffregen/teensy_loader_cli/archive/${version}.tar.gz"
|
distfiles="https://github.com/PaulStoffregen/teensy_loader_cli/archive/${version}.tar.gz"
|
||||||
checksum=5c36fe45b9a3a71ac38848b076cd692bf7ca8826a69941c249daac3a1d95e388
|
checksum=5c36fe45b9a3a71ac38848b076cd692bf7ca8826a69941c249daac3a1d95e388
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue