diff options
author | tiziodcaio | 2024-03-17 15:28:18 +0100 |
---|---|---|
committer | tiziodcaio | 2024-03-17 15:28:18 +0100 |
commit | be47cef3b0cbe6770504ec20b25735279c7c17ab (patch) | |
tree | e39d0179bac5ff04d08c29393293b7c7ccb33b09 /.SRCINFO | |
parent | c9ea7372e3c906c1c453f4643b49ef66ba77666b (diff) | |
download | aur-be47cef3b0cbe6770504ec20b25735279c7c17ab.tar.gz |
1.0.31
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,11 +1,11 @@ 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.29 + pkgver = 1.0.31 pkgrel = 1 url = https://github.com/oven-sh/bun arch = x86_64 license = GPL - makedepends = clang + makedepends = clang16 makedepends = cmake makedepends = esbuild makedepends = git @@ -13,8 +13,8 @@ pkgbase = bun makedepends = icu makedepends = libiconv makedepends = libtool - makedepends = lld - makedepends = llvm + makedepends = lld16 + makedepends = llvm16 makedepends = ninja makedepends = pkg-config makedepends = python @@ -22,9 +22,9 @@ pkgbase = bun makedepends = rust makedepends = unzip conflicts = bun-bin - source = git+https://github.com/oven-sh/bun.git#tag=bun-v1.0.29 - source = bun-linux-x64-1.0.29.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.29/bun-linux-x64-baseline.zip - b2sums = SKIP - b2sums = 9da09ad3981579847228fdde4e95a5b39fb84f4cbd973865dbf0bdd4499e550b7943a1418c42e4e1084b55e3c23f5b5ab7110e86aef3e679d0f81f6fc0fd7b50 + source = git+https://github.com/oven-sh/bun.git#tag=bun-v1.0.31 + source = bun-linux-x64-1.0.31.zip::https://github.com/oven-sh/bun/releases/download/bun-v1.0.31/bun-linux-x64.zip + b2sums = 3704c6f921822546a14bf489dbe74b1330310cc46e65340488ee629452457c59685a8de42f6740429be4239c5b3a1442a04c89a0c3b3bde1fc5dde11843f4271 + b2sums = 9de8e4752d9ba25c5c173c260e1650dd36dba612b06b3aef031caed8f674c7b7a6124b2fb5218451c5981e358685313ad94ddbe72fd86fdd57cb5b2193f59968 pkgname = bun |