This commit is contained in:
Dax Ravi
2022-08-02 19:53:09 -04:00
parent 19503e0fb5
commit c4bef7af28
2 changed files with 4 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = bun-bin
pkgdesc = Incredibly fast JavaScript runtime, bundler, transpiler and package manager all in one.
pkgver = 0.1.5
pkgver = 0.1.6
pkgrel = 1
url = https://github.com/Jarred-Sumner/bun
arch = x86_64
license = MIT
provides = bun=0.1.5
provides = bun=0.1.6
provides = bun
source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.5/bun-linux-x64.zip
source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.6/bun-linux-x64.zip
sha512sums = SKIP
pkgname = bun-bin

View File

@@ -1,5 +1,5 @@
pkgname=bun-bin
pkgver=0.1.5
pkgver=0.1.6
pkgrel=1
pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager all in one."
arch=('x86_64')