mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix: fixup hash
This commit is contained in:
parent
4d7142cabd
commit
0dcd2acde2
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = hmcl-beta-bin
|
||||
pkgdesc = A Minecraft Launcher which is multi-functional, cross-platform and popular.
|
||||
pkgver = 3.6.12.283
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/huanghongxun/HMCL
|
||||
arch = any
|
||||
license = GPL3
|
||||
|
|
@ -9,14 +9,14 @@ pkgbase = hmcl-beta-bin
|
|||
depends = gtk2
|
||||
provides = hmcl
|
||||
conflicts = hmcl
|
||||
noextract = hmcl-beta-bin-3.6.12.283-1.sh
|
||||
noextract = hmcl-beta-bin-3.6.12.283-2.sh
|
||||
source = hmcl.desktop
|
||||
source = hmcl.png
|
||||
source = LICENSE::https://raw.githubusercontent.com/HMCL-dev/HMCL/refs/heads/main/LICENSE
|
||||
source = hmcl-beta-bin-3.6.12.283-1.sh::https://github.com/HMCL-dev/HMCL/releases/download/v3.6.12.283/HMCL-3.6.12.283.sh
|
||||
source = hmcl-beta-bin-3.6.12.283-2.sh::https://github.com/HMCL-dev/HMCL/releases/download/v3.6.12.283/HMCL-3.6.12.283.sh
|
||||
sha256sums = ef5edb4285293c77162374e15f01f3540c7f511f6d9ab5b7244c4b01eb8512de
|
||||
sha256sums = 29120471641c51aae3ee84f8bcc16e1e4148c153085f71ccb9680415007f82ad
|
||||
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
|
||||
sha256sums = ca4ff570ba4a8b7bd2989cbc87c57104c04cf1fd27a31a4ea004675b315ef319
|
||||
sha256sums = bdfbf7f07e61dbbc161b9198711bb1802d854e824b440fe923610a6d74252dab
|
||||
|
||||
pkgname = hmcl-beta-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=hmcl-beta-bin
|
||||
pkgver=3.6.12.283
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A Minecraft Launcher which is multi-functional, cross-platform and popular."
|
||||
arch=('any')
|
||||
url="https://github.com/huanghongxun/HMCL"
|
||||
|
|
@ -18,7 +18,7 @@ source=("hmcl.desktop"
|
|||
sha256sums=('ef5edb4285293c77162374e15f01f3540c7f511f6d9ab5b7244c4b01eb8512de'
|
||||
'29120471641c51aae3ee84f8bcc16e1e4148c153085f71ccb9680415007f82ad'
|
||||
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
|
||||
'ca4ff570ba4a8b7bd2989cbc87c57104c04cf1fd27a31a4ea004675b315ef319')
|
||||
'bdfbf7f07e61dbbc161b9198711bb1802d854e824b440fe923610a6d74252dab')
|
||||
|
||||
noextract=("${pkgname}-${pkgver}-${pkgrel}.sh")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue