summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorenihcam2017-09-21 10:53:42 +0800
committerenihcam2017-09-21 10:53:42 +0800
commit609d2166e33beef792a1a77de0e66c3e5b2c1fb5 (patch)
treec4a00efc46ce1e67c790d34ea154921fb6507a32
parent6310e8eb2bad8d62c57aef155081ef8481d20f2b (diff)
downloadaur-609d2166e33beef792a1a77de0e66c3e5b2c1fb5.tar.gz
v2.2.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a36314461d1..5ce259830d80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = walinuxagent
pkgdesc = Microsoft Azure Linux Guest Agent
- pkgver = 2.2.17
+ pkgver = 2.2.18
pkgrel = 1
url = https://github.com/Azure/WALinuxAgent
arch = any
@@ -13,8 +13,8 @@ pkgbase = walinuxagent
depends = net-tools
provides = walinuxagent
backup = etc/waagent.conf
- source = https://github.com/Azure/WALinuxAgent/archive/v2.2.17.zip
- sha256sums = 2cb97aa6765c5349954b6a7a8b91e6e07149d331e4536a69d707c624ba1acd79
+ source = https://github.com/Azure/WALinuxAgent/archive/v2.2.18.zip
+ sha256sums = 230793a034ba2a48891657cd3923ac53c7d6939af731713503ca21aa17ecc42b
pkgname = walinuxagent
diff --git a/PKGBUILD b/PKGBUILD
index a74ead492a08..a2d9c1e61b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=walinuxagent
_pkgname=WALinuxAgent
-pkgver=2.2.17
+pkgver=2.2.18
pkgrel=1
pkgdesc="Microsoft Azure Linux Guest Agent"
arch=('any')
@@ -21,7 +21,7 @@ changelog=
source=(
"https://github.com/Azure/WALinuxAgent/archive/v${pkgver}.zip")
sha256sums=(
- '2cb97aa6765c5349954b6a7a8b91e6e07149d331e4536a69d707c624ba1acd79')
+ '230793a034ba2a48891657cd3923ac53c7d6939af731713503ca21aa17ecc42b')
package() {
cd "$_pkgname-$pkgver"