summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2020-08-31 09:42:31 -0600
committerJavier Tiá2020-08-31 09:42:31 -0600
commitbe5790fd4b3d95523b2a7af9261f761b38f129eb (patch)
tree24a8b89004f8a245bab1eae32651115686620c1b
parent184edf9741115dd5f75660e430e082d733daab1e (diff)
downloadaur-be5790fd4b3d95523b2a7af9261f761b38f129eb.tar.gz
Bump up reproc 14.1.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14614e9f99e3..1730481b042b 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 = 14.0.0
+ pkgver = 14.1.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/v14.0.0.tar.gz
- sha256sums = e5f61631a810f9232cb2b75ffdaa53540b7477995c4e7e5edb312dcf5f431b67
+ source = https://github.com/DaanDeMeyer/reproc/archive/v14.1.0.tar.gz
+ sha256sums = 5cd315c70964d17cd352f103ab63e57aa62cd0bdb483ff5f31b5017a7db3c9cf
pkgname = reproc
diff --git a/PKGBUILD b/PKGBUILD
index c372114452ab..fa5c6a804b17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daan De Meyer <daan.j.demeyer@gmail.com>
pkgname=reproc
-pkgver=14.0.0
+pkgver=14.1.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=('e5f61631a810f9232cb2b75ffdaa53540b7477995c4e7e5edb312dcf5f431b67')
+sha256sums=('5cd315c70964d17cd352f103ab63e57aa62cd0bdb483ff5f31b5017a7db3c9cf')
build() {
cmake \