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