summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d01cef5b2f5..2e63df452f32 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 = 10.0.3
+ pkgver = 11.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/v10.0.3.tar.gz
- sha256sums = 63d89e1f5e8c3e16e0018f268b6b0b971c67ddeaf98c168ef23a8a3954b81eff
+ source = https://github.com/DaanDeMeyer/reproc/archive/v11.0.0.tar.gz
+ sha256sums = 9f7349b1a467e0b55a1533e0b0c558f93cddc251b870399ebd329cec6882520d
pkgname = reproc
diff --git a/PKGBUILD b/PKGBUILD
index 28a6e4ddb84d..1d8912c56f48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daan De Meyer <daan.j.demeyer@gmail.com>
pkgname=reproc
-pkgver=10.0.3
+pkgver=11.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=('63d89e1f5e8c3e16e0018f268b6b0b971c67ddeaf98c168ef23a8a3954b81eff')
+sha256sums=('9f7349b1a467e0b55a1533e0b0c558f93cddc251b870399ebd329cec6882520d')
build() {
cmake \