Skip to content

Commit

Permalink
update gitea to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandDuke1106 committed Dec 12, 2024
1 parent 6f904e6 commit 445597d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.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
8 changes: 4 additions & 4 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 All @@ -29,4 +29,4 @@ include ../../mk/spksrc.spk.mk
gitea_extra_install:
@$(MSG) "Install config.ini file"
@install -m 755 -d $(STAGING_DIR)/var
@install -m 644 src/config.ini $(STAGING_DIR)/var/config.ini
@install -m 644 src/config.ini $(STAGING_DIR)/var/config.ini

0 comments on commit 445597d

Please sign in to comment.