summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-02-23 07:31:22 +0000
committerGeorge Rawlinson2022-02-23 07:31:38 +0000
commit19d931f83644572036fab3e72157e88cb3f1e765 (patch)
treec51dcc680753e27da7957d5f789485768d33dbb5
parentafc0ce9638dced1a16fa4d35cd9007bc7153c843 (diff)
downloadaur-19d931f83644572036fab3e72157e88cb3f1e765.tar.gz
upgpkg: air 1.28.0-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 ee75227fc0a5..6b9b05b81ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.27.10
+ pkgver = 1.28.0
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=9a9b1f639bffed33d2d3bc66a06ccee6dea19506
+ source = air::git+https://github.com/cosmtrek/air.git#commit=1e895ef469967de7c1b68a8bceb22b0a1296cdc7
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index 97082d438fa8..8d12fdeeaf0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=air
-pkgver=1.27.10
+pkgver=1.28.0
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='9a9b1f639bffed33d2d3bc66a06ccee6dea19506'
+_commit='1e895ef469967de7c1b68a8bceb22b0a1296cdc7'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')