amp: update to 0.5.0. (#1780)
This commit is contained in:
parent
fb48bbb0b1
commit
574d155756
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'amp'
|
# Template file for 'amp'
|
||||||
pkgname=amp
|
pkgname=amp
|
||||||
version=0.4.1
|
version=0.5.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="cargo cmake git perl pkg-config python3"
|
hostmakedepends="cargo cmake git perl pkg-config python3"
|
||||||
makedepends="libcurl-devel libgit2-devel libxcb-devel"
|
makedepends="libcurl-devel libgit2-devel libxcb-devel"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="A complete text editor for your terminal"
|
||||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://amp.rs"
|
homepage="https://amp.rs"
|
||||||
|
changelog="https://raw.githubusercontent.com/jmacdonald/amp/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
|
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
|
||||||
checksum=c6c3df2183145db45242c03b05c1bac972b0be15dd86aa2db54a95baa34be2a7
|
checksum=364c389967e9fc40490f66ffc7c80d1fc8c54fe792d2e60b1da05e68cf91a061
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in a new issue