summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2021-11-04 21:26:06 +0100
committerSanpi2021-11-04 22:08:32 +0100
commit158bce8b51b5589127283ed8e8ec1753d10806a2 (patch)
tree9af1f3a4ea1f6ae46f1455df5f8d8f83a94083c5
parent5761954f74ff9de59ac7bb23e5806f33c9d1e9de (diff)
downloadaur-158bce8b51b5589127283ed8e8ec1753d10806a2.tar.gz
v0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26f9d7724f67..ac460bfdc326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = trunk
pkgdesc = Build, bundle & ship your Rust WASM application to the web.
- pkgver = 0.9.2
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/thedodd/trunk/
arch = x86_64
license = APACHE
license = MIT
makedepends = cargo
- source = https://github.com/thedodd/trunk//archive/v0.9.2.tar.gz
- sha256sums = 4a3b0d108a96c49b2c3a8ca0aabfbdc23dc0d7562bcd43410c2ba0834cdc07ed
+ source = https://github.com/thedodd/trunk//archive/v0.10.0.tar.gz
+ sha256sums = 5a707d68cd03ade95b854ea127505ebc5d31d6a9adfe72dd34ce89f168ac21d1
pkgname = trunk
diff --git a/PKGBUILD b/PKGBUILD
index f8fd80d9fd75..3d2f9abc34b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=trunk
-pkgver=0.9.2
+pkgver=0.10.0
pkgrel=1
pkgdesc='Build, bundle & ship your Rust WASM application to the web.'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('APACHE' 'MIT')
depends=()
makedepends=('cargo')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('4a3b0d108a96c49b2c3a8ca0aabfbdc23dc0d7562bcd43410c2ba0834cdc07ed')
+sha256sums=('5a707d68cd03ade95b854ea127505ebc5d31d6a9adfe72dd34ce89f168ac21d1')
build() {
cd "$pkgname-$pkgver"