zellij: update to 0.28.1
This commit is contained in:
parent
b5b3a32119
commit
1e5ce80941
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zellij'
|
||||
pkgname=zellij
|
||||
version=0.27.0
|
||||
revision=2
|
||||
version=0.28.1
|
||||
revision=1
|
||||
# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
|
||||
# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
|
||||
archs="x86_64* aarch64* i686*"
|
||||
|
@ -15,7 +15,7 @@ license="MIT"
|
|||
homepage="https://zellij.dev"
|
||||
changelog="https://github.com/zellij-org/zellij/blob/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
|
||||
checksum=6159482c25d3cb55b04d23230812f4450e88ff0975161594297a7deef8979a38
|
||||
checksum=8c9495e70b1c0179200d6137dd892776c7153b0b54115edf0f39fd732bb62efe
|
||||
|
||||
post_build() {
|
||||
ZELLIJ="target/${RUST_TARGET}/release/zellij"
|
||||
|
|
Loading…
Reference in a new issue