From b86715852e83426800027ab930d8379bbca5c80b Mon Sep 17 00:00:00 2001 From: Dax Ravi Date: Tue, 9 Aug 2022 10:58:32 -0400 Subject: [PATCH] 0.1.7 --- .SRCINFO | 6 +++--- PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3f52d74..064d770 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.6 + pkgver = 0.1.7 pkgrel = 1 url = https://github.com/Jarred-Sumner/bun arch = x86_64 license = MIT - provides = bun=0.1.6 + provides = bun=0.1.7 provides = bun - source = bun-linux-x64-0.1.6.zip::https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.6/bun-linux-x64.zip + source = bun-linux-x64-0.1.7.zip::https://github.com/Jarred-Sumner/bun/releases/download/bun-v0.1.7/bun-linux-x64.zip sha512sums = SKIP pkgname = bun-bin diff --git a/PKGBUILD b/PKGBUILD index d700b96..d8c4c7a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=bun-bin -pkgver=0.1.6 +pkgver=0.1.7 pkgrel=1 pkgdesc="Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one." arch=('x86_64')