summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1cae834c69..d677cee84a25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = air
pkgdesc = Live reload for Go apps
- pkgver = 1.50.0
+ pkgver = 1.51.0
pkgrel = 1
url = https://github.com/cosmtrek/air
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
depends = glibc
depends = go
options = !lto
- source = air::git+https://github.com/cosmtrek/air.git#commit=eb5b1b501bf2a69316cfc75648c2eebba98d0553
+ source = air::git+https://github.com/cosmtrek/air.git#commit=70c53bd2c54b49ca3e84c8953d38798d145b6f90
b2sums = SKIP
pkgname = air
diff --git a/PKGBUILD b/PKGBUILD
index 609e11b7d94e..01e6acf35975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
# Contributor: George Rawlinson <george@rawlinson.net.nz>
pkgname=air
-pkgver=1.50.0
+pkgver=1.51.0
pkgrel=1
pkgdesc="Live reload for Go apps"
arch=(x86_64)
url="https://github.com/cosmtrek/${pkgname}"
-license=(GPL3)
+license=(GPL-3.0-or-later)
depends=(glibc go)
makedepends=(git)
options=('!lto')
-_commit='eb5b1b501bf2a69316cfc75648c2eebba98d0553'
+_commit='70c53bd2c54b49ca3e84c8953d38798d145b6f90'
source=("${pkgname}::git+${url}.git#commit=${_commit}")
b2sums=('SKIP')