From 09e31d77ac9f9c8e6277cd6474226412b7f5fdc9 Mon Sep 17 00:00:00 2001 From: John Regan Date: Thu, 28 Jan 2016 19:33:20 -0600 Subject: [PATCH] gogs: update to 0.8.10 --- srcpkgs/gogs/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gogs/template b/srcpkgs/gogs/template index 44e2ce714b..3b83068927 100644 --- a/srcpkgs/gogs/template +++ b/srcpkgs/gogs/template @@ -1,7 +1,7 @@ # Template build file for 'gogs' pkgname=gogs -version=0.7.22 -revision=3 +version=0.8.10 +revision=1 build_style=go go_import_path="github.com/gogits/gogs" short_desc="Self-hosted Git Service in Go" @@ -10,7 +10,7 @@ license="MIT" homepage="http://gogs.io" depends="git" distfiles="https://github.com/gogits/gogs/archive/v${version}.tar.gz" -checksum=63a7a2374d73b1eef94df32ce26c535f839504e135643412209ebfdd9a21aedd +checksum=64984f608a5c16cb7f6bb0f3a84798f871bbc0d1311d067702f215f99f5df449 hostmakedepends="git curl" conf_files="/etc/gogs.ini" @@ -31,8 +31,6 @@ post_extract() { mkdir tmp mkdir -p $GOPATH/src/github.com/gogits ln -s $PWD $GOPATH/src/github.com/gogits/${pkgname} - sed -i 's@golang.org/x/net = commit:937a34c9de13@golang.org/x/net =@' .gopmfile - sed -i 's@golang.org/x/text = commit:5b2527008a4c@golang.org/x/text =@' .gopmfile TMPDIR=${PWD}/tmp/ GOPMSTORE=${PWD}/tmp/gopm ${FILESDIR}/gopm-lite .gopmfile 1>/dev/null 2>/dev/null TMPDIR=${PWD}/tmp/ go get -d -tags "sqlite redis memcache" "github.com/gogits/gogs" }