update 1.9.1

This commit is contained in:
Tim-Paik 2022-09-01 23:18:12 +08:00
parent e1ff61f076
commit 9f20093d3b
Signed by: Tim-Paik
GPG Key ID: DC36A050DB42566D
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Tim Paik <timpaik@163.com>
pkgname=rhai-tools
_pkgname=rhai
pkgver=1.9.0
pkgver=1.9.1
pkgrel=1
pkgdesc="Tools for the Rhai language, including rhai-repl, rhai-run, and rhai-dbg"
arch=('x86_64')
@ -9,7 +9,7 @@ url="https://rhai.rs/"
license=('APACHE' 'MIT')
makedepends=(cargo)
source=("$_pkgname-$pkgver.tar.gz::https://github.com/rhaiscript/$_pkgname/archive/v$pkgver.tar.gz")
sha256sums=('df6f4eddef386cd8d5353b9187f22f0e0c7c5887a20d88c2387c9e86262cc121')
sha256sums=('379585242df49a2556a818c15e13fb5781c6fe59cde90508098c9642e8015da1')
package() {
cd "$_pkgname-$pkgver"