From febfc70d7d2eb4a7b63301cfe0a82cd6d9c79009 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 16 Mar 2022 14:30:12 +0100 Subject: [PATCH] zellij: update to 0.27.0 --- srcpkgs/zellij/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template index e2ada810e57029..72a9ab9e6e761d 100644 --- a/srcpkgs/zellij/template +++ b/srcpkgs/zellij/template @@ -1,6 +1,6 @@ # Template file for 'zellij' pkgname=zellij -version=0.26.0 +version=0.27.0 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 @@ -9,12 +9,12 @@ build_style=cargo build_helper=qemu checkdepends="openssl-devel pkg-config" short_desc="Terminal workspace with batteries included" -maintainer="Marcin Puc " +maintainer="Marcin Puc " 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=f0b0cfe7b72ce842de80d5c32cc2abe624b3286fab16f313a4e43e226e95e87b +checksum=6159482c25d3cb55b04d23230812f4450e88ff0975161594297a7deef8979a38 post_build() { ZELLIJ="target/${RUST_TARGET}/release/zellij"