mirror of
https://github.com/luzifer-aur/librespeed-cli.git
synced 2024-11-09 22:20:02 +00:00
Fix license version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
83006153b2
commit
4d2b8be894
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -5,7 +5,7 @@ pkgbase = librespeed-cli
|
||||||
url = https://github.com/librespeed/speedtest-cli
|
url = https://github.com/librespeed/speedtest-cli
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LGPL
|
license = LGPL3
|
||||||
makedepends = go
|
makedepends = go
|
||||||
source = librespeed-cli-1.0.7::git+https://github.com/librespeed/speedtest-cli.git#tag=v1.0.7
|
source = librespeed-cli-1.0.7::git+https://github.com/librespeed/speedtest-cli.git#tag=v1.0.7
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -6,7 +6,7 @@ pkgrel=1
|
||||||
pkgdesc="Command line client for LibreSpeed"
|
pkgdesc="Command line client for LibreSpeed"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/librespeed/speedtest-cli"
|
url="https://github.com/librespeed/speedtest-cli"
|
||||||
license=(LGPL)
|
license=(LGPL3)
|
||||||
makedepends=(go)
|
makedepends=(go)
|
||||||
source=("${pkgname}-${pkgver}::git+${url}.git#tag=v${pkgver}")
|
source=("${pkgname}-${pkgver}::git+${url}.git#tag=v${pkgver}")
|
||||||
sha512sums=('SKIP')
|
sha512sums=('SKIP')
|
||||||
|
|
Loading…
Reference in a new issue