Skip to content

Commit

Permalink
Update Gitea to v1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wkobiela committed Dec 13, 2024
1 parent 6f904e6 commit 22e8554
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.4
PKG_VERS = 1.22.6
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.6.tar.gz SHA1 d010301ae06e2205ba948061655fe4f36d0f842c
gitea-1.22.6.tar.gz SHA256 ef08edad3ef9c919e6ec9aa090fc4e829a96dd5353a4253b9a899e6eb674851b
gitea-1.22.6.tar.gz MD5 5e50bbd547a22681fbcb12142de126a2
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.6
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.6."

LICENSE = MIT

Expand Down

0 comments on commit 22e8554

Please sign in to comment.