summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorenihcam2017-09-15 16:49:27 +0800
committerenihcam2017-09-15 16:49:27 +0800
commit6310e8eb2bad8d62c57aef155081ef8481d20f2b (patch)
treeaccf120f66fb35e150287f54c91921b2fcd3d9ee
parentf48e2de775959e4f262a8fdd04a39c31cdbd82fc (diff)
downloadaur-6310e8eb2bad8d62c57aef155081ef8481d20f2b.tar.gz
v2.2.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34645cfad4f6..4a36314461d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = walinuxagent
pkgdesc = Microsoft Azure Linux Guest Agent
- pkgver = 2.2.16
+ pkgver = 2.2.17
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.16.zip
- sha256sums = 13207116967756e71c2af5252faa3916442fe476261f4fd3eccccc4d334b72d5
+ source = https://github.com/Azure/WALinuxAgent/archive/v2.2.17.zip
+ sha256sums = 2cb97aa6765c5349954b6a7a8b91e6e07149d331e4536a69d707c624ba1acd79
pkgname = walinuxagent
diff --git a/PKGBUILD b/PKGBUILD
index 34a08810a785..a74ead492a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=walinuxagent
_pkgname=WALinuxAgent
-pkgver=2.2.16
+pkgver=2.2.17
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=(
- '13207116967756e71c2af5252faa3916442fe476261f4fd3eccccc4d334b72d5')
+ '2cb97aa6765c5349954b6a7a8b91e6e07149d331e4536a69d707c624ba1acd79')
package() {
cd "$_pkgname-$pkgver"