summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-02-28 00:27:53 -0500
committerCarlos Aznarán Laos2023-02-28 00:27:53 -0500
commitd02f005d909eb259e12b30a6f9a0e2c277c45167 (patch)
tree81f90da887d7ff6d059cd073d801ac6d6deb5661
parentc0d400d42ad4b3fe6d880f5ba481ff11223dfc75 (diff)
downloadaur-d02f005d909eb259e12b30a6f9a0e2c277c45167.tar.gz
Bump version to 1.42.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ffdcee5add7..dca8e65500ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.41.0
+ pkgver = 1.42.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=5ac18a4db4621fecc79d2afb5a4384c2586635de
+ source = air::git+https://github.com/cosmtrek/air.git#commit=5cd62ac06d911df35637fdf69be05ac0f3ac2053
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index a035a769b089..cead2b5130c6 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.41.0
+pkgver=1.42.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='5ac18a4db4621fecc79d2afb5a4384c2586635de'
+_commit='5cd62ac06d911df35637fdf69be05ac0f3ac2053'
source=("${pkgname}::git+${url}.git#commit=${_commit}")
b2sums=('SKIP')