summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-04-22 10:39:15 -0400
committerTony Lambiris2019-04-22 10:39:15 -0400
commitd38ebd89cd2d50c8888d87044812eeec1ce87d93 (patch)
tree8edca29e15f6df198d4f6fdc85440fefb8ba00d1
parent285b2d14a8e4a342d8fef560205ccb4993497def (diff)
downloadaur-d38ebd89cd2d50c8888d87044812eeec1ce87d93.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b96ae742d5a..3626c14e5546 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-sdk-cpp-git
pkgdesc = AWS SDK for C++
- pkgver = 1.7.87.r0.g1ecade03d9
+ pkgver = 1.7.89.r0.g09b65deba0
pkgrel = 1
url = https://github.com/aws/aws-sdk-cpp
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = aws-sdk-cpp-git
makedepends = zlib
makedepends = libutil-linux
depends = cmake
- source = aws-sdk-cpp-git::git+https://github.com/aws/aws-sdk-cpp#commit=1ecade03d980285cb543fe16aa7f64573a651d45
+ source = aws-sdk-cpp-git::git+https://github.com/aws/aws-sdk-cpp
sha256sums = SKIP
pkgname = aws-sdk-cpp-git
diff --git a/PKGBUILD b/PKGBUILD
index 8c5d056c8015..9398dbee75ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=aws-sdk-cpp-git
-pkgver=1.7.87.r0.g1ecade03d9
+pkgver=1.7.89.r0.g09b65deba0
pkgrel=1
pkgdesc="AWS SDK for C++"
arch=('x86_64')
@@ -9,9 +9,9 @@ license=('Apache')
depends=('cmake')
makedepends=('openssl' 'curl' 'zlib' 'libutil-linux')
conclits=('aws-checksums-git')
-_gitcommit='1ecade03d980285cb543fe16aa7f64573a651d45'
-source=("${pkgname}::git+https://github.com/aws/aws-sdk-cpp#commit=${_gitcommit}")
-#source=("${pkgname}::git+https://github.com/aws/aws-sdk-cpp")
+#_gitcommit='1ecade03d980285cb543fe16aa7f64573a651d45'
+#source=("${pkgname}::git+https://github.com/aws/aws-sdk-cpp#commit=${_gitcommit}")
+source=("${pkgname}::git+https://github.com/aws/aws-sdk-cpp")
sha256sums=('SKIP')
# disable until aws engineers can settle on their fucking build process