update 1.9.0

This commit is contained in:
2022-08-29 18:51:51 +08:00
parent f5373f6b29
commit e1ff61f076
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Tim Paik <timpaik@163.com>
pkgname=rhai-tools
_pkgname=rhai
pkgver=1.8.0
pkgver=1.9.0
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=('23ad26e92901d049887bc17aa0a2792f975c0fcad0e0dff8b8463acca4f2ca05')
sha256sums=('df6f4eddef386cd8d5353b9187f22f0e0c7c5887a20d88c2387c9e86262cc121')
package() {
cd "$_pkgname-$pkgver"