aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitea
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-04-21 19:35:02 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-21 18:43:51 +0000
commitffc41e0d8d800bd465608bc818ca004f6311de19 (patch)
tree80c41a699b6eb414bd6a289a5cf321598eebebfe /community/gitea
parentc2195cc7bff00dd5a281c2ab7f61ec53cd33ebcc (diff)
downloadaports-ffc41e0d8d800bd465608bc818ca004f6311de19.tar.bz2
aports-ffc41e0d8d800bd465608bc818ca004f6311de19.tar.xz
community/gitea: upgrade to 1.8.0
Diffstat (limited to 'community/gitea')
-rw-r--r--community/gitea/APKBUILD6
-rw-r--r--community/gitea/allow-to-set-version.patch4
2 files changed, 5 insertions, 5 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD
index ef80bf3239..58003ddbb8 100644
--- a/community/gitea/APKBUILD
+++ b/community/gitea/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gitea
-pkgver=1.7.6
+pkgver=1.8.0
pkgrel=0
pkgdesc="A self-hosted Git service written in Go"
url="https://gitea.io"
@@ -68,7 +68,7 @@ check() {
"$builddir"/$pkgname help > /dev/null
}
-sha512sums="ad39969b5f1246875c006c72f2ea711772f29bfb9c687510efbd2089c9f88e9d218d14b03111715179b2e0f72f85731f22dd46fc022e224be73b7e73e798236b gitea-1.7.6.tar.gz
+sha512sums="eebbe2f77ed2e4c3562f48a6fa647e6f2a0492c5b6ea4f13542a5ef82e94a357a8d53897aa013107b5f735d2aff9d719893b5724de44831c43998c2e9c6e78d7 gitea-1.8.0.tar.gz
a7c70a144dc0582d6230e59ff717023fddcac001a6a9c895b46a0df1fbd9639453b2f5027d47dad21f442869c145dbc801eda61b6c50a2dd8103f562b8569009 gitea.initd
27a202006d6e8d4146659f6356eaa99437f9f596dd369e9430d64b859bc6a1ad16091eef09232aa385fe1bf8ca94bbdf31b94975068220ad10338cded384f726 gitea.ini
-05272f3733dffeb75881579ff6553d32515e4de32113ff9395e521e93946a45101d04d4e435d7d8e7bfe49a512e5e4ac300576d2e79d7bcf314fc0ce526a07f9 allow-to-set-version.patch"
+4eee3ab54c6e44327a1f7e68a5de320204dd46852a7eee7d6652397f03f9af72fb28455dcaec9b6498439360c6c9699ce5a7c17b9e9b0b568c6840bf1e4d13e6 allow-to-set-version.patch"
diff --git a/community/gitea/allow-to-set-version.patch b/community/gitea/allow-to-set-version.patch
index 5f9321dc20..3e2d62a399 100644
--- a/community/gitea/allow-to-set-version.patch
+++ b/community/gitea/allow-to-set-version.patch
@@ -1,6 +1,6 @@
---- ./Makefile.orig
+--- ./Makefile
+++ ./Makefile
-@@ -30,7 +30,7 @@
+@@ -33,7 +33,7 @@
else
VERSION ?= master
endif