Bun 5.0
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,13 +1,13 @@
|
|||||||
pkgbase = bun-bin
|
pkgbase = bun-bin
|
||||||
pkgdesc = Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one.
|
pkgdesc = Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one.
|
||||||
pkgver = 0.4.0
|
pkgver = 0.5.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/oven-sh/bun
|
url = https://github.com/oven-sh/bun
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
provides = bun=0.4.0
|
provides = bun=0.5.0
|
||||||
provides = bun
|
provides = bun
|
||||||
source = bun-linux-x64-0.4.0.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.4.0/bun-linux-x64.zip
|
source = bun-linux-x64-0.5.0.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.5.0/bun-linux-x64.zip
|
||||||
sha512sums = b4f2ed9e3df4337ad71ae822b36b517a42ed715a546f1700972b4bd5b9d3fdb6bef25647fe5b6c534c435b1e52fded43d86c664f43e9b26fade11fdb09eb1f53
|
sha512sums = 197c2224945a9edbc41302c7f2562ed9eed107d643d9389b0b4a75d20bbb2455b205a2ba3d6dbe31d264b2c7abc3e7a5d54d27abd2cf87334c572e15a09ac77f
|
||||||
|
|
||||||
pkgname = bun-bin
|
pkgname = bun-bin
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@@ -1,5 +1,5 @@
|
|||||||
pkgname=bun-bin
|
pkgname=bun-bin
|
||||||
pkgver=0.4.0
|
pkgver=0.5.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one."
|
pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -7,8 +7,7 @@ url="https://github.com/oven-sh/bun"
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=("bun=$pkgver" 'bun')
|
provides=("bun=$pkgver" 'bun')
|
||||||
source=("bun-linux-x64-${pkgver}.zip::https://github.com/oven-sh/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip")
|
source=("bun-linux-x64-${pkgver}.zip::https://github.com/oven-sh/bun/releases/download/bun-v${pkgver}/bun-linux-x64.zip")
|
||||||
sha512sums=('b4f2ed9e3df4337ad71ae822b36b517a42ed715a546f1700972b4bd5b9d3fdb6bef25647fe5b6c534c435b1e52fded43d86c664f43e9b26fade11fdb09eb1f53')
|
sha512sums=('197c2224945a9edbc41302c7f2562ed9eed107d643d9389b0b4a75d20bbb2455b205a2ba3d6dbe31d264b2c7abc3e7a5d54d27abd2cf87334c572e15a09ac77f')
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 "./bun-linux-x64/bun" "${pkgdir}/usr/bin/bun"
|
install -Dm755 "./bun-linux-x64/bun" "${pkgdir}/usr/bin/bun"
|
||||||
|
|||||||
Reference in New Issue
Block a user