summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-23 14:31:03 -0500
committerCarlos Aznarán2023-10-23 14:31:03 -0500
commita0319b685e935c2b03da1c66e6cbefd009e34ce8 (patch)
tree259a5074684dda2f3148b8dd29b5ba848483cf2e
parent051a0a1e321074bbe169126075a47cbe66447036 (diff)
downloadaur-a0319b685e935c2b03da1c66e6cbefd009e34ce8.tar.gz
Bump version to 1.49.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 702e10338d9d..7b764823744e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.48.0
+ pkgver = 1.49.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=646949d447ecc433035fc9b62d08019b6627328c
+ source = air::git+https://github.com/cosmtrek/air.git#commit=eb5b1b501bf2a69316cfc75648c2eebba98d0553
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index 564c9ed96560..40a0eae25174 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.48.0
+pkgver=1.49.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='646949d447ecc433035fc9b62d08019b6627328c'
+_commit='eb5b1b501bf2a69316cfc75648c2eebba98d0553'
source=("${pkgname}::git+${url}.git#commit=${_commit}")
b2sums=('SKIP')