summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2019-03-17 16:46:06 +0800
committershi chao gao2019-03-17 16:46:06 +0800
commitca081ccd15e518fad13ca084ad781021713214aa (patch)
tree59075ecfbb50b3c6c31978959d164345dbf40d23
parent908ca239529bc389c9df743d4c6494db21e3bbe1 (diff)
downloadaur-ca081ccd15e518fad13ca084ad781021713214aa.tar.gz
upd
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 682adb76ae9e..d7d08df8acc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cpprestsdk
pkgdesc = A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications
- pkgver = 2.10.8
- pkgrel = 3
+ pkgver = 2.10.10
+ pkgrel = 1
url = https://github.com/Microsoft/cpprestsdk/
arch = i686
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = cpprestsdk
conflicts = casablanca
conflicts = casablanca-git
conflicts = cpprestsdk-git
- source = cpprestsdk-2.10.8.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v2.10.8.tar.gz
- sha512sums = d80a7db59cfe81d8e0c645acff7bcc2ed9ad04e2f3d14dc4ab2a624290d0ea43a2c7adebb54b52a166fd07375352cfd5f1fe244d7c062ce94ec60b977437b2df
+ source = cpprestsdk-2.10.10.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v2.10.10.tar.gz
+ sha512sums = 6169d0907aead80a4e0a3f6a25fb71ab13a46a10a9700974c629b91948a83ee3c841a4ac7dfac8155ea3731c0eedee594c07ec37050d57770faf4eee608660e5
pkgname = cpprestsdk
diff --git a/PKGBUILD b/PKGBUILD
index b70f1a7a46da..2f6026bf146d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Yang <ohmyarchlinux@gmail.com>
pkgname=cpprestsdk
-pkgver=2.10.8
-pkgrel=3
+pkgver=2.10.10
+pkgrel=1
pkgdesc="A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/Microsoft/cpprestsdk/"
@@ -11,7 +11,7 @@ depends=('boost' 'websocketpp' 'openssl>=1.0.0')
makedepends=('cmake>=2.6.0')
conflicts=('casablanca' 'casablanca-git' 'cpprestsdk-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Microsoft/cpprestsdk/archive/v${pkgver}.tar.gz")
-sha512sums=('d80a7db59cfe81d8e0c645acff7bcc2ed9ad04e2f3d14dc4ab2a624290d0ea43a2c7adebb54b52a166fd07375352cfd5f1fe244d7c062ce94ec60b977437b2df')
+sha512sums=('6169d0907aead80a4e0a3f6a25fb71ab13a46a10a9700974c629b91948a83ee3c841a4ac7dfac8155ea3731c0eedee594c07ec37050d57770faf4eee608660e5')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}/