From 4798efb1f4baec526511acf863aac6b2f0041830 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 17 Aug 2015 08:35:28 +0200 Subject: [PATCH] packer-bin: fix update-check --- srcpkgs/packer-bin/update | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srcpkgs/packer-bin/update diff --git a/srcpkgs/packer-bin/update b/srcpkgs/packer-bin/update new file mode 100644 index 00000000000..d5a66af207b --- /dev/null +++ b/srcpkgs/packer-bin/update @@ -0,0 +1,2 @@ +site="https://api.github.com/repos/mitchellh/packer/tags" +pattern='"name":\s*"[^\d]*\K([\d\.]+)(?=")'