summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-01-25 20:44:14 +0000
committerGeorge Rawlinson2022-01-25 20:44:14 +0000
commitafc0ce9638dced1a16fa4d35cd9007bc7153c843 (patch)
tree87c64f29360d3e3b0b455fffb9f4aa9010b98f6a
parentb8d8a65c14199b72ff9494514609be9c7e9abdec (diff)
downloadaur-afc0ce9638dced1a16fa4d35cd9007bc7153c843.tar.gz
upgpkg: air 1.27.10-1
New upstream release.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db4494bb7114..ee75227fc0a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.27.9
+ pkgver = 1.27.10
pkgrel = 1
url = https://github.com/cosmtrek/air
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = air
makedepends = go
depends = glibc
options = !lto
- source = air::git+https://github.com/cosmtrek/air.git#commit=751a9971787c98059ba958b83812fd14780de7f2
+ source = air::git+https://github.com/cosmtrek/air.git#commit=9a9b1f639bffed33d2d3bc66a06ccee6dea19506
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index 4957d24b84f1..97082d438fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=air
-pkgver=1.27.9
+pkgver=1.27.10
pkgrel=1
pkgdesc="Live reload for Go apps"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('glibc')
makedepends=('git' 'go')
options=('!lto')
-_commit='751a9971787c98059ba958b83812fd14780de7f2'
+_commit='9a9b1f639bffed33d2d3bc66a06ccee6dea19506'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')