zellij: update to 0.28.1

This commit is contained in:
Marcin Puc 2022-04-13 17:45:30 +02:00 committed by Echo
parent b5b3a32119
commit 1e5ce80941

View file

@ -1,7 +1,7 @@
# Template file for 'zellij' # Template file for 'zellij'
pkgname=zellij pkgname=zellij
version=0.27.0 version=0.28.1
revision=2 revision=1
# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86 # 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 # https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
archs="x86_64* aarch64* i686*" archs="x86_64* aarch64* i686*"
@ -15,7 +15,7 @@ license="MIT"
homepage="https://zellij.dev" homepage="https://zellij.dev"
changelog="https://github.com/zellij-org/zellij/blob/main/CHANGELOG.md" changelog="https://github.com/zellij-org/zellij/blob/main/CHANGELOG.md"
distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz" distfiles="https://github.com/zellij-org/zellij/archive/v${version}.tar.gz"
checksum=6159482c25d3cb55b04d23230812f4450e88ff0975161594297a7deef8979a38 checksum=8c9495e70b1c0179200d6137dd892776c7153b0b54115edf0f39fd732bb62efe
post_build() { post_build() {
ZELLIJ="target/${RUST_TARGET}/release/zellij" ZELLIJ="target/${RUST_TARGET}/release/zellij"