summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMišo Barišić2022-06-04 22:15:57 +0200
committerMišo Barišić2022-06-04 22:15:57 +0200
commitae5b758d6b88d6cb62b8d5a78909850b2f522006 (patch)
treecaab95b3ed01451feca723800c0aac2b1016f792 /PKGBUILD
parentf203fcab4b1596d6974efd910672b7930cf2e6c0 (diff)
downloadaur-ae5b758d6b88d6cb62b8d5a78909850b2f522006.tar.gz
bump version to 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57354c90c538..933f8414e529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mišo Barišić <me@misobarisic.com>
pkgname="podman-tui"
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=0
pkgdesc="Podman Terminal User Interface"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('APACHE')
makedepends=('go>=1.17' 'btrfs-progs' 'make' 'gcc')
conflicts=('podman-tui-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containers/podman-tui/archive/v${pkgver}.tar.gz")
-sha256sums=("50651a33d8a13e1d88c280b7e40a67958bb33e491eae2187fa1e4dea3a18257f")
+sha256sums=("41aaf9a6978debe5ca22282bc723f6af969b9e9c644c102e95437867159ca08a")
build() {
depends=('podman>3')