summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2020-02-18 12:56:23 -0500
committerGaël PORTAY2020-02-18 12:56:23 -0500
commitad2f08b2125c9a79da504d4c0cb21588f3b0b132 (patch)
tree60de30209350cb8fb9c624331ca677cf9befc150
parente4ab19a2600f363ddb706a2b55fb38a45c4e1532 (diff)
downloadaur-ad2f08b2125c9a79da504d4c0cb21588f3b0b132.tar.gz
Version 2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c49065f9a2f..c5b6e75df1fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosh
pkgdesc = Docker shell
- pkgver = 2
+ pkgver = 2.1
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/2.tar.gz
- md5sums = 50e17e5219120bc0b45dc5794efc43bf
+ source = https://github.com/gportay/dosh/archive/2.1.tar.gz
+ md5sums = e73c0949fb577359e70ca0a26b2f62bf
pkgname = dosh
diff --git a/PKGBUILD b/PKGBUILD
index 0102e5c08719..bf5ca78bfa09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=dosh
-pkgver=2
+pkgver=2.1
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")
-md5sums=('50e17e5219120bc0b45dc5794efc43bf')
+md5sums=('e73c0949fb577359e70ca0a26b2f62bf')
build() {
cd "$pkgname-$pkgver"