summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-04-15 16:57:29 -0500
committerCarlos Aznarán Laos2023-04-15 16:57:29 -0500
commit879b635e257ba5354f09ecafe3e233deeca43627 (patch)
treee99abbd269a4d5033fd93102e5c723b45a2e9e0b
parentd02f005d909eb259e12b30a6f9a0e2c277c45167 (diff)
downloadaur-879b635e257ba5354f09ecafe3e233deeca43627.tar.gz
Bump version to 1.43.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dca8e65500ea..4713950d2302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.42.0
+ pkgver = 1.43.0
pkgrel = 1
url = https://github.com/cosmtrek/air
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = air
depends = glibc
depends = go
options = !lto
- source = air::git+https://github.com/cosmtrek/air.git#commit=5cd62ac06d911df35637fdf69be05ac0f3ac2053
+ source = air::git+https://github.com/cosmtrek/air.git#commit=6e01a68c91feefd468e036148ab69c9b9e198688
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index cead2b5130c6..1b4bb0c21d10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
# Contributor: George Rawlinson <george@rawlinson.net.nz>
pkgname=air
-pkgver=1.42.0
+pkgver=1.43.0
pkgrel=1
pkgdesc="Live reload for Go apps"
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(GPL3)
depends=(glibc go)
makedepends=(git)
options=('!lto')
-_commit='5cd62ac06d911df35637fdf69be05ac0f3ac2053'
+_commit='6e01a68c91feefd468e036148ab69c9b9e198688'
source=("${pkgname}::git+${url}.git#commit=${_commit}")
b2sums=('SKIP')