commit ff7e5beac8ad5fb1e00d7cfa5f5fa101de59ec6c parent 6d0e0e5e4db57847983babb748f31e4f9a422fb7 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 10:28:38 +0200 update links Diffstat:
| M | package.yml | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package.yml b/package.yml @@ -1,16 +1,16 @@ --- name: lz4 - version: 0.0.2 + version: 0.0.3 description: "Extremely Fast Compression algorithm (SHA b5233d3), package for https://github.com/lz4/lz4" bin: ./lz4.c - cflags: -O3 -std=gnu11 -fPIC -pipe + cflags: "-O3 -std=gnu11 -fPIC -pipe" repository: type: git - url: git+https://github.com/lz4/lz4.git + url: "git+https://github.com/lz4/lz4.git" keywords: - utility author: Remy Noulin - license: BSD-2 + license: "BSD-2" bugs: - url: https://github.com/lz4/lz4/issues - homepage: https://github.com/lz4/lz4#readme + url: "https://github.com/lz4/lz4/issues" + homepage: "https://github.com/lz4/lz4#readme"