summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2019-10-31 05:43:22 -0700
committerAnatol Pomozov2019-10-31 05:43:22 -0700
commit9d0aff51379ba37f4e2fd2a63e62e15b0d145fe1 (patch)
tree36f34509ec1bdf8e6003100c89a29a5bf16380b2
parent462585bea6d2192ec6a49c6a8d70f939bdd49b3c (diff)
downloadaur-9d0aff51379ba37f4e2fd2a63e62e15b0d145fe1.tar.gz
Update shasums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c315f0227e3..0fdc3037badc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-thrift
makedepends = python-setuptools
makedepends = python2-setuptools
source = thrift-0.13.0.zip::https://github.com/apache/thrift/archive/0.13.0.zip
- sha256sums = 2da56e84f42763d1ca8502156f1de347c1e16467f14a7e809b7ccafe8d428a96
+ sha256sums = 4ed6254847b9c632fb64e5ba700a4cefa441af2b53bfc6ff91206fe5771be74f
pkgname = python-thrift
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 1166d7cb4698..87f66ef034ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=(Apache)
url='https://thrift.apache.org/'
makedepends=(python-setuptools python2-setuptools)
source=(thrift-$pkgver.zip::https://github.com/apache/$_pkgname/archive/$pkgver.zip)
-sha256sums=('2da56e84f42763d1ca8502156f1de347c1e16467f14a7e809b7ccafe8d428a96')
+sha256sums=('4ed6254847b9c632fb64e5ba700a4cefa441af2b53bfc6ff91206fe5771be74f')
prepare() {
cd "$srcdir"