gleam: update to 1.5.0.
This commit is contained in:
parent
14d2a710c9
commit
d218cc87bc
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gleam'
|
# Template file for 'gleam'
|
||||||
pkgname=gleam
|
pkgname=gleam
|
||||||
version=1.4.1
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path=compiler-cli"
|
make_install_args="--path=compiler-cli"
|
||||||
|
@ -12,4 +12,4 @@ license="Apache-2.0"
|
||||||
homepage="https://gleam.run/"
|
homepage="https://gleam.run/"
|
||||||
changelog="https://raw.githubusercontent.com/gleam-lang/gleam/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/gleam-lang/gleam/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/gleam-lang/gleam/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/gleam-lang/gleam/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=1a3826d2d36f5442be34ec749895b03ed1538ef28e59b0134ff4001468f095f7
|
checksum=0342babfbd6d8201ae00b6b0ef5e0b181bce5690c703ffae8dd02542e024c4c2
|
||||||
|
|
Loading…
Reference in New Issue