summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-29 21:13:50 -0500
committerCarlos Aznarán Laos2023-08-29 21:13:50 -0500
commit67baf4107bafd73082a972c8bbfe4262bd1c6b30 (patch)
tree1077935a057f76fd88449b829348618858318485
parentce6bd4ab23a983d554d4547eb5fe284ac00e12e7 (diff)
downloadaur-67baf4107bafd73082a972c8bbfe4262bd1c6b30.tar.gz
Bump version to 1.45.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd45a9de6923..838853768256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.44.0
+ pkgver = 1.45.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=32675c4c222db3c187c2073340ccb3ff26ace1e2
+ source = air::git+https://github.com/cosmtrek/air.git#commit=af962ce3f6f1a048642d5c70f97aa525792b6489
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index 694dd726db20..7951256b5ef2 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.44.0
+pkgver=1.45.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='32675c4c222db3c187c2073340ccb3ff26ace1e2'
+_commit='af962ce3f6f1a048642d5c70f97aa525792b6489'
source=("${pkgname}::git+${url}.git#commit=${_commit}")
b2sums=('SKIP')