update gitea to forgejo 1.18.2-1
This commit is contained in:
parent
a3218ac41f
commit
17aee0f6bb
2 changed files with 4 additions and 6 deletions
|
@ -40,10 +40,7 @@ files = {
|
||||||
},
|
},
|
||||||
'/usr/local/bin/gitea': {
|
'/usr/local/bin/gitea': {
|
||||||
'content_type': 'download',
|
'content_type': 'download',
|
||||||
#'source': 'https://dl.gitea.io/gitea/{version}/gitea-{version}-linux-amd64'.format(version=node.metadata.get('gitea/version')),
|
'source': node.metadata.get('gitea/url'),
|
||||||
'source': 'https://github.com/go-gitea/gitea/releases/download/v{version}/gitea-{version}-linux-amd64'.format(
|
|
||||||
version=node.metadata.get('gitea/version'),
|
|
||||||
),
|
|
||||||
'content_hash': node.metadata.get('gitea/sha1', None),
|
'content_hash': node.metadata.get('gitea/sha1', None),
|
||||||
'mode': '0755',
|
'mode': '0755',
|
||||||
'triggers': {
|
'triggers': {
|
||||||
|
|
|
@ -127,8 +127,9 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'gitea': {
|
'gitea': {
|
||||||
'version': '1.17.3',
|
'version': '1.18.2-1',
|
||||||
'sha1': 'a78611a3e799150fbae3d45d2bd276d95ccffcd8',
|
'url': 'https://codeberg.org/attachments/81b83949-c44b-44ec-a74b-ff9cead25dac',
|
||||||
|
'sha1': 'b51cc44979f3df17403c709c8a4521f627763168',
|
||||||
'domain': 'git.franzi.business',
|
'domain': 'git.franzi.business',
|
||||||
'email_domain_blocklist': {
|
'email_domain_blocklist': {
|
||||||
'aol.com',
|
'aol.com',
|
||||||
|
|
Loading…
Reference in a new issue