Date: Saturday, March 25, 2023 @ 23:35:49 Author: orhun Revision: 1428019
upgpkg: rust-script 0.23.0-1: upstream release Modified: rust-script/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-25 23:18:54 UTC (rev 1428018) +++ PKGBUILD 2023-03-25 23:35:49 UTC (rev 1428019) @@ -3,7 +3,7 @@ # Contributor: Wenxuan Zhang <[email protected]> pkgname=rust-script -pkgver=0.22.0 +pkgver=0.23.0 pkgrel=1 pkgdesc='Run Rust files and expressions as scripts without any setup or compilation' arch=('x86_64') @@ -12,7 +12,7 @@ depends=('gcc-libs') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::https://github.com/fornwall/rust-script/archive/$pkgver.tar.gz") -sha256sums=('c4adcac602b38abb0885c5f76013dba942c3aabdecc8250dfc340f58b70bd7f7') +sha256sums=('ef1534c07c5e06ee502f34ce701ee1022b399bd9043c04396925445b1284fd7f') prepare() { cd "$pkgname-$pkgver"
