summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortiziodcaio2024-01-11 18:21:03 +0100
committertiziodcaio2024-01-11 18:21:03 +0100
commitf6af455e12b1e6fcc84baed1a4df7a636cbe5823 (patch)
tree13676c0efac308f36448efd556a2f47c9011f055
parentde88c2bd72ce2a166d7e5c961fbe2fce49adced1 (diff)
downloadaur-f6af455e12b1e6fcc84baed1a4df7a636cbe5823.tar.gz
1.0.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79106d42350f..593e0e05ddfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bun
pkgdesc = Bun is a fast JavaScript all-in-one toolkit. This PKGBUILD builds from source, resulting into a smaller and faster binary depending on your CPU.
- pkgver = 1.0.21
+ pkgver = 1.0.22
pkgrel = 1
url = https://github.com/oven-sh/bun
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = bun
makedepends = rust
makedepends = unzip
conflicts = bun-bin
- source = git+https://github.com/oven-sh/bun.git#tag=bun-v1.0.21
- source = https://github.com/oven-sh/bun/releases/download/bun-v1.0.21/bun-linux-x64-baseline.zip
+ source = git+https://github.com/oven-sh/bun.git#tag=bun-v1.0.22
+ source = https://github.com/oven-sh/bun/releases/download/bun-v1.0.22/bun-linux-x64-baseline.zip
b2sums = SKIP
b2sums = d8b27a729992d2499e5525a14b20e3b4a09fd02bb7073f7a2f18a616d45acd0911cd78d9ea74da5c757bebf1698ed25b8f47643a2f92e7352c91c4b6c4457744
diff --git a/PKGBUILD b/PKGBUILD
index bfcdf44ff20f..486f631d02e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniele Basso <d dot bass 05 at proton dot me>
pkgname=bun
-pkgver=1.0.21
+pkgver=1.0.22
#_zigver=0.12.0-dev.1604+caae40c21 #https://github.com/oven-sh/bun/blob/bun-v1.0.18/build.zig#L9
pkgrel=1
pkgdesc="Bun is a fast JavaScript all-in-one toolkit. This PKGBUILD builds from source, resulting into a smaller and faster binary depending on your CPU."