Skip to content

Commit

Permalink
Gitea: Update to v1.22.3 (#6267)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandDuke1106 authored Oct 10, 2024
1 parent e0bfde0 commit e307e14
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.0
PKG_VERS = 1.22.3
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.0.tar.gz SHA1 a991acc7b4fb2b36ac005634b8538ee100f1a011
gitea-1.22.0.tar.gz SHA256 427dcd8aee04caca0be2a0f42eee6665f9e9c97fda0a35497b4cf5ac6db96646
gitea-1.22.0.tar.gz MD5 6531f7500abec56bb99cd003aa81b84b
gitea-1.22.3.tar.gz SHA1 769ce2c7941a14ce8e344af46ad9fb754d73c333
gitea-1.22.3.tar.gz SHA256 beeeac8712dabfbdcde8a2cd7eb2a4c23ac600ef82fc85fc4cced6d008b9aa52
gitea-1.22.3.tar.gz MD5 1fbce37fe7c8e946f2680abe341f5230
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.0
SPK_REV = 14
SPK_VERS = 1.22.3
SPK_REV = 15
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.0."
CHANGELOG = "1. Update to v1.22.3."

LICENSE = MIT

Expand Down

0 comments on commit e307e14

Please sign in to comment.