summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eefb0192bd1c..611630b9f780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = trunk
pkgdesc = Build, bundle & ship your Rust WASM application to the web.
- pkgver = 0.8.0
+ pkgver = 0.8.1
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.8.0.tar.gz
- sha256sums = 5c5c320a42e4446292eb5f0843da86e5fa2d798b904801ce28c8295b678a83e5
+ source = https://github.com/thedodd/trunk//archive/v0.8.1.tar.gz
+ sha256sums = 94cb167f2370a2749bbac7b7b1c5a8ea1f9f49065ddcb2fba4bd7bb977080f76
pkgname = trunk
diff --git a/PKGBUILD b/PKGBUILD
index 7c2bb3cc98ca..6a98f688cbb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=trunk
-pkgver=0.8.0
+pkgver=0.8.1
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=('5c5c320a42e4446292eb5f0843da86e5fa2d798b904801ce28c8295b678a83e5')
+sha256sums=('94cb167f2370a2749bbac7b7b1c5a8ea1f9f49065ddcb2fba4bd7bb977080f76')
build() {
cd "$pkgname-$pkgver"