summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Pettersson2020-08-12 11:01:01 +0200
committerJonathan Pettersson2020-08-12 11:01:01 +0200
commit153d9994753da5e6d032267ff84b24196875e978 (patch)
tree921a792531b2c57dd84a0a6d8f7376c33e02f043 /PKGBUILD
parent74ec511c403157c31fa11459726a4301a9c09894 (diff)
downloadaur-contain.tar.gz
release: 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0eb971d5c946..b6c54d223100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Pettersson <anders.jonathan.p@gmail.com>
pkgname=contain
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="An experimental CLI tool that transparently runs your development tools inside docker containers"
url="https://github.com/jpettersson/contain"
@@ -8,7 +8,7 @@ license=('GNU GPLv3')
arch=('x86_64')
depends=(docker)
makedepends=(cargo git)
-_commit=9e4b92d34b6dceb317d993fe62851132355a8742 # tags/0.3.0
+_commit=4638cd6ccd8bc2be1dc9be48d9514c078a30b6ad # tags/0.3.1
source=("git+https://github.com/jpettersson/contain#commit=$_commit")
sha512sums=('SKIP')