summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2024-03-28 01:12:34 +0100
committerMatMoul2024-03-28 01:12:34 +0100
commitb63338b71da30551dde18dcb8cd41d50dc4d7f1f (patch)
treeeb7c83aa3d007c4ece3a6203b9c85404a05247b4
parent5158181b7cb3ffb045c9ddba79a7edada15fdb2c (diff)
downloadaur-walinuxagent.tar.gz
Version 2.10.0.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0790ee68b294..2ce26b08940d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = walinuxagent
pkgdesc = Microsoft Azure Linux Agent
- pkgver = 2.9.1.1
+ pkgver = 2.10.0.8
pkgrel = 1
url = https://github.com/Azure/WALinuxAgent
install = walinuxagent.install
@@ -14,7 +14,7 @@ pkgbase = walinuxagent
depends = parted
depends = net-tools
backup = etc/waagent.conf
- source = WALinuxAgent::https://github.com/Azure/WALinuxAgent/archive/refs/tags/v2.9.1.1.tar.gz
- sha256sums = f8c92d828939d47652f58c634d54f52e1c7bd619576f073908c37e62d6f8e5eb
+ source = WALinuxAgent-2.10.0.8.tar.gz::https://github.com/Azure/WALinuxAgent/archive/refs/tags/v2.10.0.8.tar.gz
+ sha256sums = b1fb64e57cb169962cfe13e82da902545989e0224e160a5d7e8e28e75e752783
pkgname = walinuxagent
diff --git a/PKGBUILD b/PKGBUILD
index e41f0da6a833..2b3344b68cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_githubuser=Azure
_githubrepo=WALinuxAgent
-_pkgtagname=v2.9.1.1
+_pkgtagname=v2.10.0.8
pkgname=walinuxagent
-pkgver=2.9.1.1
+pkgver=2.10.0.8
pkgrel=1
pkgdesc='Microsoft Azure Linux Agent'
arch=('any')
@@ -15,8 +15,8 @@ depends=('python' 'python-distro' 'openssh' 'openssl' 'parted' 'net-tools')
makedepends=('python-setuptools')
install=${pkgname}.install
backup=('etc/waagent.conf')
-source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
-sha256sums=('f8c92d828939d47652f58c634d54f52e1c7bd619576f073908c37e62d6f8e5eb')
+source=("${_githubrepo}-${pkgver}.tar.gz::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
+sha256sums=('b1fb64e57cb169962cfe13e82da902545989e0224e160a5d7e8e28e75e752783')
package() {
cd "${_githubrepo}-${pkgver}"