From 19503e0fb5a54d5820d0f9c3380944819d5de7c4 Mon Sep 17 00:00:00 2001 From: Dax Ravi Date: Mon, 25 Jul 2022 19:59:54 -0400 Subject: [PATCH] Next --- .SRCINFO | 6 +++--- PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 26ca5a3..fc5f891 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = bun-bin pkgdesc = Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one. - pkgver = 0.1.4 + pkgver = 0.1.5 pkgrel = 1 url = https://github.com/Jarred-Sumner/bun arch = x86_64 license = MIT - provides = bun=0.1.4 + provides = bun=0.1.5 provides = bun - source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.4/bun-linux-x64.zip + source = https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.5/bun-linux-x64.zip sha512sums = SKIP pkgname = bun-bin diff --git a/PKGBUILD b/PKGBUILD index d7a24c4..1138516 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=bun-bin -pkgver=0.1.4 +pkgver=0.1.5 pkgrel=1 pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one." arch=('x86_64')