elvish: update to 0.15.0.
This commit is contained in:
parent
a323e97d8c
commit
02d7e7675f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'elvish'
|
# Template file for 'elvish'
|
||||||
pkgname=elvish
|
pkgname=elvish
|
||||||
version=0.14.0
|
version=0.15.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/elves/elvish"
|
go_import_path="github.com/elves/elvish"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Novel Unix shell"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://elv.sh/"
|
homepage="https://elv.sh/"
|
||||||
|
changelog="https://elv.sh/blog/${version}-release-notes.html"
|
||||||
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
|
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
|
||||||
checksum=36ed5e0318d75f7e7d616398e42477cfbd6fd2a1d1f108dee7941621cfb7378a
|
checksum=761739307c68fcbc51fd46c052c0a20ae848a30dba1ce3fbb6d27f99672f58e0
|
||||||
register_shell="/bin/elvish"
|
register_shell="/bin/elvish"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue