gleam: update to 1.3.2.
This commit is contained in:
parent
955e15b38f
commit
297a200b2d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gleam'
|
# Template file for 'gleam'
|
||||||
pkgname=gleam
|
pkgname=gleam
|
||||||
version=1.3.0
|
version=1.3.2
|
||||||
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=cecca23e79aaa3b091ea23784a5d7f543c1cc0b2901e8ff6e495db67e8bd4640
|
checksum=94dc5787759b5390100f52ff5f7046f033aa817e5b01065536a048d6f2ffd9fd
|
||||||
|
|
Loading…
Reference in New Issue