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 111472294fdf..2e9f4361bbdb 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 = 6.0.0
+ pkgver = 7.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/v6.0.0.tar.gz
- sha256sums = f9cc44f3f9a0f52bcbd59733ea39c7af4387e8e09aa0021cf5f5f7af7dfc33e9
+ source = https://github.com/DaanDeMeyer/reproc/archive/v7.0.0.tar.gz
+ sha256sums = 6470120333ff21d2f95e37f24f89d6cf95462f8691dfee91a80f8d1163dbf8a2
pkgname = reproc
diff --git a/PKGBUILD b/PKGBUILD
index cd389ab5bd78..bc06ec4c7426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier TiĆ” <javier dot tia at gmail dot com>
pkgname=reproc
-pkgver=6.0.0
+pkgver=7.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="${_url}/reproc"
license=('MIT')
makedepends=('cmake' 'gcc')
source=("${url}/archive/v${pkgver}".tar.gz)
-sha256sums=('f9cc44f3f9a0f52bcbd59733ea39c7af4387e8e09aa0021cf5f5f7af7dfc33e9')
+sha256sums=('6470120333ff21d2f95e37f24f89d6cf95462f8691dfee91a80f8d1163dbf8a2')
prepare() {
cd "${pkgname}-${pkgver}"