Skip to content

Commit

Permalink
update 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jboxberger committed Feb 24, 2020
1 parent 4fdb963 commit 58accc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gitea is a community managed fork of Gogs, lightweight code hosting solution wri

Project Page: [https://gitea.io](https://gitea.io)
Documentation: [https://docs.gitea.io/en-us/](https://docs.gitea.io/en-us/)
**Download Gitea 1.11.0 SPK**: [here](https://github.com/jboxberger/synology-gitea-jboxberger/releases)
**Download Gitea 1.11.1 SPK**: [here](https://github.com/jboxberger/synology-gitea-jboxberger/releases)

## Packages:
- https://hub.docker.com/r/gitea/gitea/
Expand Down
2 changes: 1 addition & 1 deletion rebuild-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ declare -A versions; declare -a orders;
#versions["1.9"]="47"; orders+=( "1.9" )
#versions["1.9.3"]="45"; orders+=( "1.9.3" )
#versions["1.10.3"]="49"; orders+=( "1.10.3" )
versions["1.11.0"]="39"; orders+=( "1.11.0" )
versions["1.11.1"]="38"; orders+=( "1.11.1" )

for i in "${!orders[@]}"
do
Expand Down

0 comments on commit 58accc9

Please sign in to comment.