summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2023-01-28 10:33:27 +0200
committerjonian2023-01-28 10:33:27 +0200
commit48552a69c9839b6a58fc606a1c656e40af913216 (patch)
tree9988e4f352088829340f897ae9eeb23b2bbdacbd
parentac88d006255001ba6a31111e82d507ec8158a613 (diff)
downloadaur-48552a69c9839b6a58fc606a1c656e40af913216.tar.gz
version update to 2.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b28b73e3664c..31ce0c4e241d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = overmind-bin
pkgdesc = Overmind is a process manager for Procfile-based applications and tmux
- pkgver = 2.3.0
- pkgrel = 2
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://github.com/DarthSim/overmind
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = overmind-bin
provides = overmind
conflicts = overmind
conflicts = overmind-git
- noextract = overmind-bin-2.3.0.gz
- source = overmind-bin-2.3.0.gz::https://github.com/DarthSim/overmind/releases/download/v2.3.0/overmind-v2.3.0-linux-amd64.gz
- sha256sums = d6a715c0810ceb39c94bf61843befebe04a83a0469b53d6af0a52e2fea4e2ab3
+ noextract = overmind-bin-2.4.0.gz
+ source = overmind-bin-2.4.0.gz::https://github.com/DarthSim/overmind/releases/download/v2.4.0/overmind-v2.4.0-linux-amd64.gz
+ sha256sums = 1f7cac289b550a71bebf4a29139e58831b39003d9831be59eed3e39a9097311c
pkgname = overmind-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6b3ace731087..6b2561ac167d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=overmind-bin
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
pkgdesc="Overmind is a process manager for Procfile-based applications and tmux"
arch=("x86_64")
url="https://github.com/DarthSim/overmind"
@@ -12,7 +12,7 @@ depends=("tmux")
makedepends=("gzip")
source=("$pkgname-$pkgver.gz::$url/releases/download/v$pkgver/overmind-v$pkgver-linux-amd64.gz")
noextract=("$pkgname-$pkgver.gz")
-sha256sums=('d6a715c0810ceb39c94bf61843befebe04a83a0469b53d6af0a52e2fea4e2ab3')
+sha256sums=('1f7cac289b550a71bebf4a29139e58831b39003d9831be59eed3e39a9097311c')
prepare() {
gzip -d --force "$pkgname-$pkgver.gz"