summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2024-01-30 09:17:25 +0100
committerGaël PORTAY2024-01-30 09:17:25 +0100
commit201da8acd7649871e5dabe6d752e0bbc2e3a882f (patch)
treeba0721f220cae9fa574a8aaca05670929c27f19f
parentcfec0c4470f77095cfc25bc77d02e04789f4d6bd (diff)
downloadaur-dosh.tar.gz
Version: 6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1450f5ef88c5..1af02b3322c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosh
pkgdesc = Docker shell
- pkgver = 5
+ pkgver = 6
pkgrel = 1
url = https://github.com/gportay/dosh
arch = any
@@ -8,8 +8,8 @@ pkgbase = dosh
checkdepends = shellcheck
makedepends = asciidoctor
depends = docker
- source = https://github.com/gportay/dosh/archive/5.tar.gz
+ source = https://github.com/gportay/dosh/archive/6.tar.gz
validpgpkeys = 8F3491E60E62695ED780AC672FA122CA0501CA71
- sha256sums = 7f1b45a649651da512dd904090c71820c3658fa4fa56feff719611a30235b8a5
+ sha256sums = 915e275ca1314789a895504df4e149f0335b8749e2740da99009f71caaa46a38
pkgname = dosh
diff --git a/PKGBUILD b/PKGBUILD
index 4a0e895cf80d..767e7aea857c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=dosh
-pkgver=5
+pkgver=6
pkgrel=1
pkgdesc='Docker shell'
arch=('any')
@@ -11,7 +11,7 @@ depends=('docker')
makedepends=('asciidoctor')
checkdepends=('shellcheck')
source=("https://github.com/gportay/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('7f1b45a649651da512dd904090c71820c3658fa4fa56feff719611a30235b8a5')
+sha256sums=('915e275ca1314789a895504df4e149f0335b8749e2740da99009f71caaa46a38')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
build() {