Date: Thursday, March 4, 2021 @ 19:02:58 Author: anatolik Revision: 880624
upgpkg: thrift 0.14.1-1 Modified: thrift/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 18:57:06 UTC (rev 880623) +++ PKGBUILD 2021-03-04 19:02:58 UTC (rev 880624) @@ -7,7 +7,7 @@ # the binding from the language specific managers python2-thrift, perl-thrift, ruby-thrift, ... pkgname=thrift -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc='Scalable cross-language services framework for IPC/RPC' arch=(x86_64) @@ -18,8 +18,8 @@ optdepends=( 'qt5-base: TQTcpServer (Qt5) support' ) -source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip) -sha1sums=('d129ead0b0c6edb1f6336c8c7ccca07eda80c2ee') +source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/v$pkgver.zip) +sha1sums=('4c209357f6960e20e2ee4db662ae453ea82b98cf') build() { cd thrift-$pkgver
