Skip to content

Commit

Permalink
Gitea: Update to v1.22.4 (#6334)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkobiela authored Nov 26, 2024
1 parent f22a6ee commit 90bd4c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.3
PKG_VERS = 1.22.4
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.3.tar.gz SHA1 769ce2c7941a14ce8e344af46ad9fb754d73c333
gitea-1.22.3.tar.gz SHA256 beeeac8712dabfbdcde8a2cd7eb2a4c23ac600ef82fc85fc4cced6d008b9aa52
gitea-1.22.3.tar.gz MD5 1fbce37fe7c8e946f2680abe341f5230
gitea-1.22.4.tar.gz SHA1 bc10dc1e25f1e08e2f5c7f6ad38840f63261d217
gitea-1.22.4.tar.gz SHA256 5af88cf92ee19df1e98082024fb82b26d2f73d37abda56fbe8b9f49e92f10daa
gitea-1.22.4.tar.gz MD5 68ea24eddfa49d5d18b8eb9e99e1b8a1
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.3
SPK_REV = 15
SPK_VERS = 1.22.4
SPK_REV = 16
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.3."
CHANGELOG = "1. Update to v1.22.4."

LICENSE = MIT

Expand Down

0 comments on commit 90bd4c4

Please sign in to comment.