Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitea: Update to v1.22.5 #6352

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/gitea/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = gitea
PKG_VERS = 1.22.4
PKG_VERS = 1.22.5
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/go-gitea/gitea/archive
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.22.4.tar.gz SHA1 bc10dc1e25f1e08e2f5c7f6ad38840f63261d217
gitea-1.22.4.tar.gz SHA256 5af88cf92ee19df1e98082024fb82b26d2f73d37abda56fbe8b9f49e92f10daa
gitea-1.22.4.tar.gz MD5 68ea24eddfa49d5d18b8eb9e99e1b8a1
gitea-1.22.5.tar.gz SHA1 cd5d55a3bfdfbed2710be43b36d1f335ab11ab38
gitea-1.22.5.tar.gz SHA256 d569da8217b310d58364731bc656261413ba2fb99dff00e8aa6a01a1bde89f10
gitea-1.22.5.tar.gz MD5 a6a67e5f15ec1d51090ca5eb33b1b65f
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.22.4
SPK_REV = 16
SPK_VERS = 1.22.5
SPK_REV = 17
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.22.4."
CHANGELOG = "1. Update to v1.22.5."

LICENSE = MIT

Expand Down
Loading