summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f319b60ab745..1fefd34b31f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-twilio
pkgdesc = A module for using the Twilio REST API and generating valid TwiML.
- pkgver = 6.22.1
+ pkgver = 6.23.0
pkgrel = 1
url = https://github.com/twilio/twilio-python
arch = any
@@ -12,9 +12,9 @@ pkgbase = python-twilio
depends = python-pytz
depends = python-six
options = !emptydirs
- source = https://github.com/twilio/twilio-python/archive/6.22.1.tar.gz
+ source = https://github.com/twilio/twilio-python/archive/6.23.0.tar.gz
source = LICENSE
- sha256sums = 9cd064c1274eeae486ec88bb01ba544e683fb907603684e3cdb7869470da44ed
+ sha256sums = 3c3d0a231c5b2da087b296693514aa2f02ea3b660ed48dc5e6be6a9a7307ec49
sha256sums = 17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6
pkgname = python-twilio
diff --git a/PKGBUILD b/PKGBUILD
index 7aa288bc8d21..5842ce82384c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintaner: jskier <jay@jskier.com>
# Contributor: mutantmonkey <aur@mutantmonkey.in>
pkgname=python-twilio
-pkgver=6.22.1
+pkgver=6.23.0
pkgrel=1
pkgdesc="A module for using the Twilio REST API and generating valid TwiML."
arch=('any')
@@ -13,7 +13,7 @@ depends=('python' 'python-httplib2>=0.7' 'python-pysocks' 'python-pytz'
options=(!emptydirs)
source=("https://github.com/twilio/twilio-python/archive/${pkgver}.tar.gz"
'LICENSE')
-sha256sums=('9cd064c1274eeae486ec88bb01ba544e683fb907603684e3cdb7869470da44ed'
+sha256sums=('3c3d0a231c5b2da087b296693514aa2f02ea3b660ed48dc5e6be6a9a7307ec49'
'17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6')
package() {