Update Gitea to 1.1.3

This commit is contained in:
Martchus 2017-08-04 10:50:46 +02:00
parent e4fc2effe9
commit 455cd467d8
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ _orga=go-${_pkgname}
_gourl=code.$_pkgname.io/$_pkgname
pkgname=${_pkgname}
pkgver=1.1.2
pkgrel=2
pkgver=1.1.3
pkgrel=1
#epoch=
pkgdesc='Self Hosted Git Service written in Go'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@ -29,7 +29,7 @@ install=$_pkgname.install
source=("$_pkgname-$pkgver::https://github.com/$_orga/$_pkgname/archive/v${pkgver}.tar.gz"
'0001-Adjust-config-for-Arch-Linux-package.patch'
'0002-Adjust-service-file-for-Arch-Linux-package.patch')
sha512sums=('ecad2e11cc01fd9c2b05b672e334c013d65824a111be25cbd3956196688c0d52e31875263e16fdae497e651d771539de7c9244cb01fbc522ef77a763315ecaca'
sha512sums=('3b5c432daa2f571be0a7891e4b1e690d447bc96fab567793571cc79098059ada241af35f59bb7fd8d33cfd555ebe0b90dd6585e2d8e5d700a371d98131cdc576'
'2885691d8f35ecb72e3a1d5a52708209715b537a0afef1147f32d10c188b1bbb067fd3db7c034273a5499a46f9fbb3310004fcf67eda1797dd193eef5a81460b'
'5ea1d89809427fe395214c5dde88bdb4c4a62e2d19f9da7fa480a0a3cfaaaf2e97c906bd3dceb11676c9720896d72a73f48638411389fa1f07fcbc17e94e0545')
_goroot='/usr/lib/go'