summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-02 20:07:34 -0500
committerCarlos Aznarán Laos2023-06-02 20:07:34 -0500
commitce6bd4ab23a983d554d4547eb5fe284ac00e12e7 (patch)
tree2fa21a5fe06075c5fd48469abb85280466069ba6
parent879b635e257ba5354f09ecafe3e233deeca43627 (diff)
downloadaur-ce6bd4ab23a983d554d4547eb5fe284ac00e12e7.tar.gz
Bump version to 1.44.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4713950d2302..dd45a9de6923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.43.0
+ pkgver = 1.44.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=6e01a68c91feefd468e036148ab69c9b9e198688
+ source = air::git+https://github.com/cosmtrek/air.git#commit=32675c4c222db3c187c2073340ccb3ff26ace1e2
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index 1b4bb0c21d10..694dd726db20 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.43.0
+pkgver=1.44.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='6e01a68c91feefd468e036148ab69c9b9e198688'
+_commit='32675c4c222db3c187c2073340ccb3ff26ace1e2'
source=("${pkgname}::git+${url}.git#commit=${_commit}")
b2sums=('SKIP')