elvish: update to 0.8
This commit is contained in:
parent
9a5fbd4f8e
commit
8fab5e2240
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'elvish'
|
# Template file for 'elvish'
|
||||||
pkgname=elvish
|
pkgname=elvish
|
||||||
version=0.7
|
version=0.8
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/elves/elvish"
|
go_import_path="github.com/elves/elvish"
|
||||||
short_desc="A novel Unix shell"
|
short_desc="A novel Unix shell"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/elves/elvish/"
|
homepage="https://github.com/elves/elvish/"
|
||||||
distfiles="https://github.com/elves/elvish/archive/${version}.tar.gz"
|
distfiles="https://github.com/elves/elvish/archive/${version}.tar.gz"
|
||||||
checksum=e5afabf749f00cfd59c67472d9dc99d515f47d363e106227ad80e83dbed452f7
|
checksum=74ce8baf5dc76cf1b9aede6781331c30177c6856c1d6a55f3eb62d6af53b78bb
|
||||||
register_shell="/bin/elvish"
|
register_shell="/bin/elvish"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue