update 1.10.1

This commit is contained in:
Tim-Paik 2022-09-24 23:49:29 +08:00
parent b55a202271
commit 0de347dc59
Signed by: Tim-Paik
GPG Key ID: DC36A050DB42566D
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = rhai-tools
pkgdesc = Tools for the Rhai language, including rhai-repl, rhai-run, and rhai-dbg
pkgver = 1.9.1
pkgver = 1.10.1
pkgrel = 1
url = https://rhai.rs/
arch = x86_64
license = APACHE
license = MIT
makedepends = cargo
source = rhai-1.9.1.tar.gz::https://github.com/rhaiscript/rhai/archive/v1.9.1.tar.gz
sha256sums = 379585242df49a2556a818c15e13fb5781c6fe59cde90508098c9642e8015da1
source = rhai-1.10.1.tar.gz::https://github.com/rhaiscript/rhai/archive/v1.10.1.tar.gz
sha256sums = 756fcb69b0b0d9fe83fc8bf26c0aea68f5d493523bcc9ec7946f1a4ac22547b5
pkgname = rhai-tools

View File

@ -1,7 +1,7 @@
# Maintainer: Tim Paik <timpaik@163.com>
pkgname=rhai-tools
_pkgname=rhai
pkgver=1.9.1
pkgver=1.10.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=('379585242df49a2556a818c15e13fb5781c6fe59cde90508098c9642e8015da1')
sha256sums=('756fcb69b0b0d9fe83fc8bf26c0aea68f5d493523bcc9ec7946f1a4ac22547b5')
package() {
cd "$_pkgname-$pkgver"