summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2020-03-30 07:37:18 -0600
committerJavier Tiá2020-03-30 07:37:18 -0600
commitfb6df1de0ff8e5929a63e3bf32adabb338be811b (patch)
tree526def5cccf47dca3c1881b01f6307142c9b0824
parent37babeb406e90db5de5a84f5aba2d68fecdaf421 (diff)
downloadaur-fb6df1de0ff8e5929a63e3bf32adabb338be811b.tar.gz
Bump up reproc 12.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1ffcb1a986c..5cd1d26a8a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = reproc
pkgdesc = Cross-platform library that simplifies working with external CLI applications from C and C++
- pkgver = 11.0.2
+ pkgver = 12.0.0
pkgrel = 1
url = https://github.com/DaanDeMeyer/reproc
arch = x86_64
license = MIT
makedepends = cmake
makedepends = gcc
- source = https://github.com/DaanDeMeyer/reproc/archive/v11.0.2.tar.gz
- sha256sums = 52175b86d93b21ab6da6fd4f887e6b3649cad0b8df4b8de09d5d9af90e228d21
+ source = https://github.com/DaanDeMeyer/reproc/archive/v12.0.0.tar.gz
+ sha256sums = 399d61e2160536f87627113df6055d6886a98847fe796c9499cafc98bd1d80db
pkgname = reproc
diff --git a/PKGBUILD b/PKGBUILD
index bae80fed45c8..021c3c82e14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daan De Meyer <daan.j.demeyer@gmail.com>
pkgname=reproc
-pkgver=11.0.2
+pkgver=12.0.0
pkgrel=1
pkgdesc='Cross-platform library that simplifies working with external CLI applications from C and C++'
arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/DaanDeMeyer/reproc'
license=('MIT')
makedepends=('cmake' 'gcc')
source=("${url}/archive/v${pkgver}".tar.gz)
-sha256sums=('52175b86d93b21ab6da6fd4f887e6b3649cad0b8df4b8de09d5d9af90e228d21')
+sha256sums=('399d61e2160536f87627113df6055d6886a98847fe796c9499cafc98bd1d80db')
build() {
cmake \