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

Update Gitea to v1.19.3 #5722

Closed
wants to merge 1 commit into from
Closed
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
Update Gitea to v1.19.3
wkobiela committed May 4, 2023
commit e3241f3ae8c3a3dd5ebcb7cec196883f179feda8
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.17.3
PKG_VERS = 1.19.3
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/go-gitea/gitea/archive
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.17.3.tar.gz SHA1 1ddc9f464214a9ae6c08ece66a66da6d5129ab5c
gitea-1.17.3.tar.gz SHA256 37c5357802395d7c0684b5a09cd2c2cbf426be20a7fa91178f4e8923584f7feb
gitea-1.17.3.tar.gz MD5 3565b8d2f77687f95a3d95dd9680673c
gitea-1.19.3.tar.gz SHA1 23703b67711f7056137e0dc60523856b6ddf0acd
gitea-1.19.3.tar.gz SHA256 37e0c818fafec3b906aea8d23f670b670ad0bf22cec6b257811312cab9cd629e
gitea-1.19.3.tar.gz MD5 603b2b7d36d39c8610755d67b9644f5a
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.17.3
SPK_REV = 10
SPK_VERS = 1.19.3
SPK_REV = 11
SPK_ICON = src/$(SPK_NAME).png

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

LICENSE = MIT