editorconfig: update to 0.12.4.
This commit is contained in:
parent
6b3192958c
commit
f19b7ca5d8
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'editorconfig'
|
# Template file for 'editorconfig'
|
||||||
pkgname=editorconfig
|
pkgname=editorconfig
|
||||||
version=0.12.3
|
version=0.12.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="editorconfig-core-c-${version}"
|
wrksrc="editorconfig-core-c-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -9,8 +9,9 @@ short_desc="EditorConfig core library written in C"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://editorconfig.org/"
|
homepage="https://editorconfig.org/"
|
||||||
|
changelog="https://github.com/editorconfig/editorconfig-core-c/releases"
|
||||||
distfiles="https://github.com/editorconfig/editorconfig-core-c/archive/v${version}.tar.gz"
|
distfiles="https://github.com/editorconfig/editorconfig-core-c/archive/v${version}.tar.gz"
|
||||||
checksum=64edf79500e104e47035cace903f5c299edba778dcff71b814b7095a9f14cbc1
|
checksum=c2671595f1793b498cdf50b9dc03d632cc724891de7909f2ea78588fbffba289
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue