summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Greb2021-02-08 22:58:45 +0100
committerSven Greb2021-02-08 22:58:45 +0100
commitf13684aec18ab210236805a3bfb56381381e385e (patch)
treebcea65d9daadb62074b6b0d5dd8d198eac91c243
parent1e41e27cc2f6709f04f13de3853e441446a4734f (diff)
downloadaur-f13684aec18ab210236805a3bfb56381381e385e.tar.gz
Release version 1.11.0-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b57e5244cff..9eb0a84a449c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mage
pkgdesc = A Make/rake-like build tool using Go
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://magefile.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 968e02b8e40c..b9e87b050158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# This package is built according to the AUR Go packaging guidelines:
# https://wiki.archlinux.org/index.php/Go_package_guidelines
pkgname=mage
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="A Make/rake-like build tool using Go"
arch=("x86_64")
@@ -25,10 +25,12 @@ build() {
# file that is recommended by the author.
# The file builds mage when mage itself is not installed on the target system yet and included metadata information
# for the binary.
- # See:
- # - https://github.com/magefile/mage/blob/5bc3a8ab/magefile.go#L55
- # - https://github.com/magefile/mage/blob/5bc3a8ab/magefile.go#L95
- # - https://github.com/magefile/mage/blob/5bc3a8ab/.goreleaser.yml#L29
+ #
+ # References:
+ # 1. https://github.com/magefile/mage/blob/bf7f17a5/bootstrap.go
+ # 1. https://github.com/magefile/mage/blob/07afc7d2/magefile.go#L65
+ # 2. https://github.com/magefile/mage/blob/07afc7d2/magefile.go#L103
+ # 3. https://github.com/magefile/mage/blob/5bc3a8ab/.goreleaser.yml#L28
local build_date git_commit_hash git_tag
build_date=$(command date --rfc-3339=seconds)
git_commit_hash=$(git rev-parse --short HEAD)