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 0786a1b83bc9..a0db8d1473ab 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.21.0
+ pkgver = 6.22.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.21.0.tar.gz
+ source = https://github.com/twilio/twilio-python/archive/6.22.0.tar.gz
source = LICENSE
- sha256sums = c90e5cccd566b7648771051b9585f0f72044d45a55cde433c4627eba1f376624
+ sha256sums = 50810f942ea5fcf338d2e6a8f9d7a3a1415be79f0382dcf8db1faaea994d6ab6
sha256sums = 17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6
pkgname = python-twilio
diff --git a/PKGBUILD b/PKGBUILD
index 1776365b2564..1665f1c3a87b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintaner: jskier <jay@jskier.com>
# Contributor: mutantmonkey <aur@mutantmonkey.in>
pkgname=python-twilio
-pkgver=6.21.0
+pkgver=6.22.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=('c90e5cccd566b7648771051b9585f0f72044d45a55cde433c4627eba1f376624'
+sha256sums=('50810f942ea5fcf338d2e6a8f9d7a3a1415be79f0382dcf8db1faaea994d6ab6'
'17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6')
package() {