summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikhail Swift2023-10-31 20:02:23 -0400
committerMikhail Swift2023-10-31 20:02:23 -0400
commitd063a682b9b20adb5838650885c12961f0c0f975 (patch)
tree1e931e1a37b3b1a8c7c90ea6949fcdfc2322f78b /PKGBUILD
parent41a31216c2bed93bcef084cc8157cdcc575762a6 (diff)
downloadaur-d063a682b9b20adb5838650885c12961f0c0f975.tar.gz
update to lazydocker 0.23.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 854f966b7af9..a3f52eea7bd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mikhail Swift <mikhail.swift@gmail.com>
pkgname=lazydocker
-pkgver=0.21.1
+pkgver=0.23.1
pkgrel=1
pkgdesc='A simple terminal UI for docker and docker-compose, written in Go with the gocui library.'
arch=('1686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -8,7 +8,7 @@ url='https://github.com/jesseduffield/lazydocker'
license=('MIT')
makedepends=('go' 'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jesseduffield/lazydocker/archive/v${pkgver}.tar.gz")
-sha1sums=('6f0b0263c1fe784bc1d93b13a8bd277476ec709c')
+sha1sums=('cd012ea3eb4d1f7ec13f43e685814ed5d3e0a2e8')
build() {
cd "${pkgname}-${pkgver}"