summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A. Leuenhagen2021-12-09 15:36:04 -0500
committerJohn A. Leuenhagen2021-12-09 15:36:04 -0500
commit3d38d0c4dd39cd0f31eaef13f60687d25a1f20f2 (patch)
tree0a775794851023b7754ec0ed4475210304e28a29
parent908afd0772981fc156d19bc92d7910c7c0d76a3f (diff)
downloadaur-3d38d0c4dd39cd0f31eaef13f60687d25a1f20f2.tar.gz
cpr v1.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26565e036813..e31b731105d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cpr
pkgdesc = C++ requests library by whoshuu
- pkgver = 1.7.0
- pkgrel = 2
+ pkgver = 1.7.2
+ pkgrel = 1
url = https://github.com/whoshuu/cpr
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
depends = curl
- source = https://github.com/whoshuu/cpr/archive/refs/tags/1.7.0.tar.gz
- md5sums = 649be012d3274d5e88626e090f716000
+ source = https://github.com/whoshuu/cpr/archive/refs/tags/1.7.2.tar.gz
+ md5sums = 5f7f5b4a7e1dcdf5abaacc194be6c1f9
pkgname = cpr
diff --git a/PKGBUILD b/PKGBUILD
index 51e2b72bab0f..04b7805adc71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: John A. Leuenhagen <john@zlima12.com>
pkgname=cpr
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.2
+pkgrel=1
pkgdesc='C++ requests library by whoshuu'
arch=('i686' 'x86_64')
url="https://github.com/whoshuu/cpr"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('curl')
makedepends=('cmake')
source=("https://github.com/whoshuu/cpr/archive/refs/tags/$pkgver.tar.gz")
-md5sums=('649be012d3274d5e88626e090f716000')
+md5sums=('5f7f5b4a7e1dcdf5abaacc194be6c1f9')
prepare() {
cd "$srcdir/cpr-$pkgver"