summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2021-09-28 23:22:13 +0200
committerMatMoul2021-09-28 23:22:13 +0200
commit891503f6d1a9def036b710259d4191041b48ec29 (patch)
tree52b844944ab1bfa5f47c17eacc2c59402294d13a
parentd8eca076cd0d3d33302da89109832ed39dd9d090 (diff)
downloadaur-891503f6d1a9def036b710259d4191041b48ec29.tar.gz
New version
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
-rw-r--r--walinuxagent.install6
3 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f7e201323f1..e2333e14def0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = walinuxagent
- pkgdesc = Microsoft Azure Linux Guest Agent
- pkgver = 2.2.53
+ pkgdesc = Microsoft Azure Linux Agent
+ pkgver = 2.4.0.2
pkgrel = 1
url = https://github.com/Azure/WALinuxAgent
install = walinuxagent.install
@@ -15,8 +15,7 @@ pkgbase = walinuxagent
depends = net-tools
provides = walinuxagent
backup = etc/waagent.conf
- source = https://github.com/Azure/WALinuxAgent/archive/v2.2.53.tar.gz
- sha256sums = 27e11449d28f03fd52f407533e733d5e1ef15f3c0ef4358b80b18a387a4f708f
+ source = https://github.com/Azure/WALinuxAgent/archive/v2.4.0.2.tar.gz
+ sha256sums = adc5b101c47206d5caf9c32b4833fa8f5aafe38ceafd3a6be1fcd5fc4b29a612
pkgname = walinuxagent
-
diff --git a/PKGBUILD b/PKGBUILD
index 4eaa0c0fbef6..56eaabcaa08f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=walinuxagent
_pkgname=WALinuxAgent
-pkgver=2.2.53
+pkgver=2.4.0.2
pkgrel=1
-pkgdesc="Microsoft Azure Linux Guest Agent"
+pkgdesc="Microsoft Azure Linux Agent"
arch=('any')
url="https://github.com/Azure/WALinuxAgent"
license=('Apache')
@@ -21,7 +21,7 @@ backup=("etc/waagent.conf")
options=()
changelog=
source=("https://github.com/Azure/WALinuxAgent/archive/v${pkgver}.tar.gz")
-sha256sums=('27e11449d28f03fd52f407533e733d5e1ef15f3c0ef4358b80b18a387a4f708f')
+sha256sums=('adc5b101c47206d5caf9c32b4833fa8f5aafe38ceafd3a6be1fcd5fc4b29a612')
package() {
cd "$_pkgname-$pkgver"
diff --git a/walinuxagent.install b/walinuxagent.install
index 2d064be6cd0c..1dc175988539 100644
--- a/walinuxagent.install
+++ b/walinuxagent.install
@@ -1,13 +1,11 @@
post_install() {
systemctl daemon-reload
- echo "You can enable systemd unit waagent with the next command :"
+ echo "Enable waagent systemd unit :"
echo "systemctl enable waagent"
- echo "And you can enable systemd unit waagent with the next command :"
+ echo "Start waagent systemd unit :"
echo "systemctl start waagent"
}
-## arg 1: the new package version
-## arg 2: the old package version
post_upgrade() {
systemctl daemon-reload
systemctl restart waagent