mirror of
				https://framagit.org/YunoHost-Apps/gitea_ynh.git
				synced 2025-10-30 21:35:36 +01:00 
			
		
		
		
	[fix] Invalid checksum and use dl.gitea.io instead of github
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.4.2/gitea-1.4.2-linux-arm-6 | ||||
| SOURCE_SUM=b1b20d5905cd275b384da2a08d36ed0730801f23fb33df5c45302c9a6ec62dc6 | ||||
| SOURCE_URL=https://dl.gitea.io/gitea/1.4.2/gitea-1.4.2-linux-arm-6 | ||||
| SOURCE_SUM=b6064e06ce1158600fe41bb5c3747d0ed46e3d9a345e4f08758390d67d4e6d5e | ||||
| # (Optional) Program to check the integrity (sha256sum, md5sum...) | ||||
| # default: sha256 | ||||
| SOURCE_SUM_PRG=sha256sum | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.4.2/gitea-1.4.2-linux-386 | ||||
| SOURCE_SUM=1b746cccffca446876ccc71efe328699f002622dab1d438e2142c8d7c23a22d7 | ||||
| SOURCE_URL=https://dl.gitea.io/gitea/1.4.2/gitea-1.4.2-linux-386 | ||||
| SOURCE_SUM=41df8e27b740af7d3eb4e563c744208102927aa8d2ad98bd4be5f97380ba1c81 | ||||
| # (Optional) Program to check the integrity (sha256sum, md5sum...) | ||||
| # default: sha256 | ||||
| SOURCE_SUM_PRG=sha256sum | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.4.2/gitea-1.4.2-linux-amd64 | ||||
| SOURCE_SUM=4f37b280eb9dcde7820e801e51ca07682faee703c220548da2f8aa9b6adb5231 | ||||
| SOURCE_URL=https://dl.gitea.io/gitea/1.4.2/gitea-1.4.2-linux-amd64 | ||||
| SOURCE_SUM=c843d462b5edb0d64572b148a0e814e41d069d196c3b3ee491449225e1c39d7d | ||||
| # (Optional) Program to check the integrity (sha256sum, md5sum...) | ||||
| # default: sha256 | ||||
| SOURCE_SUM_PRG=sha256sum | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rafi59
					Rafi59