makedeb


zellij-bin 0.41.1-1


A terminal workspace with batteries included

Click here to go back to the commit logs for zellij-bin.

Commit:


Hash: 0cad871d828577a46445de2ef73a3b825a03753e

Message: update to 0.41.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 01ecec1..0dff81c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,15 +2,15 @@ generated-by = makedeb
 pkgname = zellij-bin
 pkgbase = zellij-bin
 pkgdesc = A terminal workspace with batteries included
-pkgrel = 3
-pkgver = 0.40.1
+pkgrel = 1
+pkgver = 0.41.1
 url = https://zellij.dev
 arch = amd64
 arch = aarch64
 conflicts = zellij
 license = MIT
 provides = zellij
-source_aarch64 = zellij-0.40.1-linux-aarch64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v0.40.1/zellij-aarch64-unknown-linux-musl.tar.gz
-source_amd64 = zellij-0.40.1-linux-x86_64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v0.40.1/zellij-x86_64-unknown-linux-musl.tar.gz
-sha256sums_aarch64 = 0df0d66b4990310828c87097f0a89819184aee1f09ba51f4ec5963fae51fcd31
-sha256sums_amd64 = a9fd3ef2d9bb2fd829e0ce024e9b0d718b8b5140de6194484cc1110ed324370f
+source_aarch64 = zellij-0.41.1-linux-aarch64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v0.41.1/zellij-aarch64-unknown-linux-musl.tar.gz
+source_amd64 = zellij-0.41.1-linux-x86_64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v0.41.1/zellij-x86_64-unknown-linux-musl.tar.gz
+sha256sums_aarch64 = 8931bfe6e0129bf8e730a1365d1dfad4220c05fc280a7eeff351345bf45616ec
+sha256sums_amd64 = dcf71c2c60a161103bb78b2aa05163038e9d9b97c2cda00c8ed08cbe9e4a6c84
diff --git a/PKGBUILD b/PKGBUILD
index 99ab252..00193cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Zhongmin Lin <zhongmin.lin3@gmail.com>
 pkgname=zellij-bin
-pkgver=0.40.1
-pkgrel=3
+pkgver=0.41.1
+pkgrel=1
 pkgdesc="A terminal workspace with batteries included"
 arch=('amd64' 'aarch64')
 url="https://zellij.dev"
@@ -11,8 +11,8 @@ provides=('zellij')
 conflicts=('zellij')
 source_amd64=("zellij-${pkgver}-linux-x86_64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v${pkgver}/zellij-x86_64-unknown-linux-musl.tar.gz")
 source_aarch64=("zellij-${pkgver}-linux-aarch64.tar.gz::https://github.com/zellij-org/zellij/releases/download/v${pkgver}/zellij-aarch64-unknown-linux-musl.tar.gz")
-sha256sums_amd64=('a9fd3ef2d9bb2fd829e0ce024e9b0d718b8b5140de6194484cc1110ed324370f')
-sha256sums_aarch64=('0df0d66b4990310828c87097f0a89819184aee1f09ba51f4ec5963fae51fcd31')
+sha256sums_amd64=('dcf71c2c60a161103bb78b2aa05163038e9d9b97c2cda00c8ed08cbe9e4a6c84')
+sha256sums_aarch64=('8931bfe6e0129bf8e730a1365d1dfad4220c05fc280a7eeff351345bf45616ec')
 
 package() {
 	install -Dm755 "zellij" "${pkgdir}/usr/bin/zellij"