summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Petris2018-10-17 15:25:20 -0400
committerRyan Petris2018-10-17 15:25:20 -0400
commit08bd493c2e14436d2d427fde93fb99d7b6cdc642 (patch)
tree39a9a51a5f6160cd4bbe364a68704e4e0e197fb5
parent9a50e6ce5792f8ff2914752679d69326ecdae5a8 (diff)
downloadaur-08bd493c2e14436d2d427fde93fb99d7b6cdc642.tar.gz
Bump to version 0.10.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fed1874bdda..4e504951a5a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libpod
pkgdesc = A library used to create container pods.
- pkgver = 0.10.1
+ pkgver = 0.10.1.2
pkgrel = 1
url = https://github.com/containers/libpod
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = libpod
depends = runc
depends = ostree
conflicts = podman
- source = https://github.com/containers/libpod/archive/v0.10.1.tar.gz
- sha256sums = c456a6e5c89ae938607154a16ec07efeda5287351d2741b762c495e651189cf5
+ source = https://github.com/containers/libpod/archive/v0.10.1.2.tar.gz
+ sha256sums = d830f385ee7ae63002f3bbd70c0f432a2f3fd2b074aa68eea11d9c8c6fa4d8ed
pkgname = libpod
diff --git a/PKGBUILD b/PKGBUILD
index 2c9d4b75f554..868e0f0ac495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ryan Petris (ryan@petris.net)
pkgname=libpod
-pkgver=0.10.1
+pkgver=0.10.1.2
pkgrel=1
pkgdesc="A library used to create container pods."
arch=("x86_64")
@@ -23,7 +23,7 @@ depends=(
makedepends=("go" "go-md2man")
conflicts=("podman")
source=("https://github.com/containers/libpod/archive/v${pkgver}.tar.gz")
-sha256sums=("c456a6e5c89ae938607154a16ec07efeda5287351d2741b762c495e651189cf5")
+sha256sums=("d830f385ee7ae63002f3bbd70c0f432a2f3fd2b074aa68eea11d9c8c6fa4d8ed")
prepare() {
export GOPATH="${srcdir}/go"