Date: Monday, July 11, 2022 @ 05:46:43 Author: daurnimator Revision: 1249484
upgpkg: lua-luaossl 20220711-1 Modified: lua-luaossl/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-11 04:32:41 UTC (rev 1249483) +++ PKGBUILD 2022-07-11 05:46:43 UTC (rev 1249484) @@ -1,8 +1,8 @@ # Maintainer: Daurnimator <[email protected]> pkgname=(lua-luaossl lua51-luaossl lua52-luaossl lua53-luaossl) -pkgver=20200709 -pkgrel=2 +pkgver=20220711 +pkgrel=1 pkgdesc='Most comprehensive OpenSSL module in the Lua universe' arch=('x86_64') url='http://25thandclement.com/~william/projects/luaossl.html' @@ -10,9 +10,9 @@ makedepends=('luarocks' 'lua' 'lua51' 'lua52' 'lua53') depends=('openssl') source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/luaossl/archive/rel-$pkgver.tar.gz" - "https://luarocks.org/manifests/daurnimator/luaossl-$pkgver-0.rockspec") -sha256sums=('f3054e1ce26ca65ecaa7dcf193ea97d6a06933e4aa516779ebb89a6727d8a28f' - 'c31532910df32a986d38e72976a9d36a3b48bc5883a8cfac920427c27eeefd47') + "https://github.com/wahern/luaossl/releases/download/rel-20220711/luaossl-$pkgver-0.rockspec") +sha256sums=('f16c4cd2c880f270c1c73daa0a4bfdd11ae3155b92a2086863731e06d241300b' + '1ec15fc11183ca911af98c50472ac1e9693f8148e7065656a5f1a0f2dd9ec82c') build() { cd "luaossl-rel-$pkgver"
