mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
delta: update to 0.10.2
This commit is contained in:
parent
b47a06113d
commit
77bd5ec3e3
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'delta'
|
# Template file for 'delta'
|
||||||
pkgname=delta
|
pkgname=delta
|
||||||
version=0.9.2
|
version=0.10.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
checkdepends="git"
|
checkdepends="git"
|
||||||
|
@ -9,7 +9,8 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dandavison/delta"
|
homepage="https://github.com/dandavison/delta"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=f002a94119cd5b6fd9deede7f344667358baf5015d0051e055fec6334ee0653f
|
checksum=e0f71d72eca543478941401bd96fefc5fa3f70e7860a9f858f63bfecf8fd77a5
|
||||||
|
make_check=no # TODO: Re-enable checks when Rust gets updated
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue