summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2017-04-05 13:33:22 +0200
committerDanilo Kühn2017-04-05 13:33:22 +0200
commitd16e44607813348c6bd4506f00eb9607c09df19c (patch)
tree39296e3a4a57a572fcbe04c3380496cacf4edb02
parentc91857b31f85653ee57f153ffe84361466983d92 (diff)
downloadaur-d16e44607813348c6bd4506f00eb9607c09df19c.tar.gz
update to v1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40c41b55d513..a36a8416de90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = packer-io
pkgdesc = Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
- pkgver = 0.12.3
+ pkgver = 1.0.0
pkgrel = 1
url = http://www.packer.io
arch = x86_64
arch = i686
license = MPL2
depends = glibc
- source = packer-0.12.3.zip::https://releases.hashicorp.com/packer/0.12.3/packer_0.12.3_linux_amd64.zip
+ source = packer-1.0.0.zip::https://releases.hashicorp.com/packer/1.0.0/packer_1.0.0_linux_amd64.zip
source = https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer
- sha256sums = d11c7ff78f546abaced4fcc7828f59ba1346e88276326d234b7afed32c9578fe
+ sha256sums = ed697ace39f8bb7bf6ccd78e21b2075f53c0f23cdfb5276c380a053a7b906853
sha256sums = 070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459
pkgname = packer-io
diff --git a/PKGBUILD b/PKGBUILD
index 65b2806ef942..1b3408f848ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=packer
pkgname=packer-io
-pkgver=0.12.3
+pkgver=1.0.0
pkgrel=1
pkgdesc="Packer is a tool for creating identical machine images for multiple platforms from a single source configuration."
url="http://www.packer.io"
@@ -15,7 +15,7 @@ source=(
'https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer'
)
sha256sums=(
- '096b8762ff0dd7b95736ba690617b02c34576915fa1a4b60d99af9ed9f3a1006'
+ 'ee55eeeb225096c497e5afe2ac4770d10a752c6a6f94c413e0ed3927b4692054'
'070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459'
)
else
@@ -24,7 +24,7 @@ source=(
'https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer'
)
sha256sums=(
- 'd11c7ff78f546abaced4fcc7828f59ba1346e88276326d234b7afed32c9578fe'
+ 'ed697ace39f8bb7bf6ccd78e21b2075f53c0f23cdfb5276c380a053a7b906853'
'070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459'
)
fi