From 76f24997119705ab139c87f6e109e2a156d23371 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 13 Apr 2022 17:45:30 +0200 Subject: [PATCH] zellij: update to 0.28.1 --- srcpkgs/zellij/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template index 911ba18464eb..20a338d9103e 100644 --- a/srcpkgs/zellij/template +++ b/srcpkgs/zellij/template @@ -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"