From 7a54b50a39dd253a8a7a82bb70c713255c0087df Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Wed, 13 Jan 2016 21:53:23 +0100 Subject: [PATCH] otto: revbump to build with Go 1.5.3 --- srcpkgs/otto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/otto/template b/srcpkgs/otto/template index 503cbd8b3c..ea852f97e8 100644 --- a/srcpkgs/otto/template +++ b/srcpkgs/otto/template @@ -1,7 +1,7 @@ # Template file for 'otto' pkgname=otto version=0.1.1 -revision=1 +revision=2 build_style=go hostmakedepends="go git" go_import_path="github.com/hashicorp/otto"