0.5.8
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.5.7
|
pkgver = 0.5.8
|
||||||
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.5.7
|
provides = bun=0.5.8
|
||||||
provides = bun
|
provides = bun
|
||||||
source = bun-linux-x64-0.5.7.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.5.7/bun-linux-x64.zip
|
source = bun-linux-x64-0.5.8.zip::https://github.com/oven-sh/bun/releases/download/bun-v0.5.8/bun-linux-x64.zip
|
||||||
sha512sums = 19d25b1f17badc708ad3e1c75bb896840c846b231526fb100b29ee0230bfdb96cac01fca13f115eadc2e3f0286c93c20f5989d71dedaf6ca9e55b0e0553187ef
|
sha512sums = 8e5c50770bb40ab2bf445866f4da881abd79f599a63c895ef2de0a8e2cfde3c1f5821c9d69005f45e5bbc150c542ac3c1221f90bf96d3596e438dd4da208f9d4
|
||||||
|
|
||||||
pkgname = bun-bin
|
pkgname = bun-bin
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,5 +1,5 @@
|
|||||||
pkgname=bun-bin
|
pkgname=bun-bin
|
||||||
pkgver=0.5.7
|
pkgver=0.5.8
|
||||||
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,7 +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=('19d25b1f17badc708ad3e1c75bb896840c846b231526fb100b29ee0230bfdb96cac01fca13f115eadc2e3f0286c93c20f5989d71dedaf6ca9e55b0e0553187ef')
|
sha512sums=('8e5c50770bb40ab2bf445866f4da881abd79f599a63c895ef2de0a8e2cfde3c1f5821c9d69005f45e5bbc150c542ac3c1221f90bf96d3596e438dd4da208f9d4')
|
||||||
|
|
||||||
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