Skip to content

Commit

Permalink
Update Gitea to v1.22.0 (#6104)
Browse files Browse the repository at this point in the history
* Update Gitea to v1.22.0
* Mark armv5 as unsupported
  • Loading branch information
wkobiela committed Jun 14, 2024
1 parent 51c7dd3 commit 3d05cc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion cross/gitea/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
PKG_NAME = gitea
PKG_VERS = 1.21.11
PKG_VERS = 1.22.0
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/go-gitea/gitea/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

UNSUPPORTED_ARCHS = $(ARMv5_ARCHS)

BUILD_DEPENDS = native/go native/nodejs

HOMEPAGE = https://gitea.io/
Expand Down
6 changes: 3 additions & 3 deletions cross/gitea/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gitea-1.21.11.tar.gz SHA1 7450cace7d94b00f06da5c3607bfb115c3c0f68f
gitea-1.21.11.tar.gz SHA256 9828409e71c9fcf46bbe8f858974d5b863dfc4a7e539165cef98890ac6bd2e2f
gitea-1.21.11.tar.gz MD5 442dbfa079d4febd2fdd7a9c5b753dec
gitea-1.22.0.tar.gz SHA1 a991acc7b4fb2b36ac005634b8538ee100f1a011
gitea-1.22.0.tar.gz SHA256 427dcd8aee04caca0be2a0f42eee6665f9e9c97fda0a35497b4cf5ac6db96646
gitea-1.22.0.tar.gz MD5 6531f7500abec56bb99cd003aa81b84b
6 changes: 3 additions & 3 deletions spk/gitea/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
SPK_NAME = gitea
SPK_VERS = 1.21.11
SPK_REV = 13
SPK_VERS = 1.22.0
SPK_REV = 14
SPK_ICON = src/gitea.png

MAINTAINER = wkobiela
DESCRIPTION = Gitea is a community managed lightweight code hosting solution written in Go.
DISPLAY_NAME = Gitea
CHANGELOG = "1. Update to v1.21.11."
CHANGELOG = "1. Update to v1.22.0."

LICENSE = MIT

Expand Down

0 comments on commit 3d05cc5

Please sign in to comment.