summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2024-03-13 11:01:20 +0100
committerSanpi2024-03-13 11:01:20 +0100
commitf6eb837262204fe8cb0cb4c94095ca31b59b71a5 (patch)
treed527de8f513e9a1f49fa14c64b1dcd855c438bcd
parent6e9233c583b2557cc89391044caf9ce944f92b70 (diff)
downloadaur-f6eb837262204fe8cb0cb4c94095ca31b59b71a5.tar.gz
v0.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c53e7e6492b..65256eb7c077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = trunk
pkgdesc = Build, bundle & ship your Rust WASM application to the web.
- pkgver = 0.19.0
+ pkgver = 0.19.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.19.0.tar.gz
- sha256sums = d9cd27e3e996650eef04846471eb869c74dffb4317953250ae731cb86e4ea410
+ source = https://github.com/thedodd/trunk//archive/v0.19.1.tar.gz
+ sha256sums = b8ed1ba9a048d71e0056e2b93c06858d68df25796d0d5515754b1c8610f368aa
pkgname = trunk
diff --git a/PKGBUILD b/PKGBUILD
index 5be3064fe87e..5f8fdc91ece8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=trunk
-pkgver=0.19.0
+pkgver=0.19.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=('d9cd27e3e996650eef04846471eb869c74dffb4317953250ae731cb86e4ea410')
+sha256sums=('b8ed1ba9a048d71e0056e2b93c06858d68df25796d0d5515754b1c8610f368aa')
build() {
cd "$pkgname-$pkgver"