summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2021-12-16 13:16:29 -0600
committerJavier Tiá2021-12-16 13:16:29 -0600
commitbb6dcceedb9065bd8918b9274b507ed09d641ab2 (patch)
tree46dab2f4cbcae5d3fd9c8170a2c37a414e9a9d22
parent7c5e0f35f4e14a40cc8ace14b5e168c8b47c4b25 (diff)
downloadaur-bb6dcceedb9065bd8918b9274b507ed09d641ab2.tar.gz
Bump up reproc 14.2.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de645f7f45e4..7326fdd62f18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = reproc
pkgdesc = Cross-platform library that simplifies working with external CLI applications from C and C++
- pkgver = 14.2.3
+ pkgver = 14.2.4
pkgrel = 1
url = https://github.com/DaanDeMeyer/reproc
arch = x86_64
license = MIT
makedepends = cmake
makedepends = gcc
- source = https://github.com/DaanDeMeyer/reproc/archive/v14.2.3.tar.gz
- sha256sums = ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00
+ source = https://github.com/DaanDeMeyer/reproc/archive/v14.2.4.tar.gz
+ sha256sums = 55c780f7faa5c8cabd83ebbb84b68e5e0e09732de70a129f6b3c801e905415dd
pkgname = reproc
diff --git a/PKGBUILD b/PKGBUILD
index 12ad3a01919c..be65c5089cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daan De Meyer <daan.j.demeyer@gmail.com>
pkgname=reproc
-pkgver=14.2.3
+pkgver=14.2.4
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=('ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00')
+sha256sums=('55c780f7faa5c8cabd83ebbb84b68e5e0e09732de70a129f6b3c801e905415dd')
build() {
cmake \