summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-20 09:36:31 -0500
committerCarlos Aznarán2023-10-20 09:36:31 -0500
commit051a0a1e321074bbe169126075a47cbe66447036 (patch)
treef2a5621f8c8f1041e48e3414bb300e2b83dfb220
parent052b829afa3c3b9226e7b64a4b5fde1b91d7ec7a (diff)
downloadaur-051a0a1e321074bbe169126075a47cbe66447036.tar.gz
Bump version to 1.48.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6238d624791..702e10338d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.47.0
+ pkgver = 1.48.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=af962ce3f6f1a048642d5c70f97aa525792b6489
+ source = air::git+https://github.com/cosmtrek/air.git#commit=646949d447ecc433035fc9b62d08019b6627328c
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index c7ff38e414d6..564c9ed96560 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.47.0
+pkgver=1.48.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='af962ce3f6f1a048642d5c70f97aa525792b6489'
+_commit='646949d447ecc433035fc9b62d08019b6627328c'
source=("${pkgname}::git+${url}.git#commit=${_commit}")
b2sums=('SKIP')