chore(aur): bump msdl-bin to v0.3.7, note AUR registration reopened
.SRCINFO regenerated with real makepkg this time (Docker was running), confirming the same values as the manual field-mapping used previously. AUR disabled new account registrations 2026-06-15 after a malware campaign; reopened as of today. Updated the README note accordingly -- this package is ready to actually publish once an account + SSH key are set up, which is a manual step only the maintainer can do. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
33f3a46777
commit
f27e2931b4
3 changed files with 14 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = msdl-bin
|
||||
pkgdesc = Download Windows ISO files directly from Microsoft's servers
|
||||
pkgver = 0.3.6
|
||||
pkgver = 0.3.7
|
||||
pkgrel = 1
|
||||
url = https://msdl.tech-latest.com
|
||||
arch = x86_64
|
||||
|
|
@ -8,9 +8,9 @@ pkgbase = msdl-bin
|
|||
license = MIT
|
||||
provides = msdl
|
||||
conflicts = msdl
|
||||
source_x86_64 = msdl-bin-0.3.6-x86_64::https://github.com/starkSV/windows-iso-downloader/releases/download/cli%2Fv0.3.6/msdl-linux-amd64
|
||||
sha256sums_x86_64 = b88d3ac5a1896ae107fc51603d6c9287c2eb79906511cd11758e65e1cb41d6a0
|
||||
source_aarch64 = msdl-bin-0.3.6-aarch64::https://github.com/starkSV/windows-iso-downloader/releases/download/cli%2Fv0.3.6/msdl-linux-arm64
|
||||
sha256sums_aarch64 = 350a80ff5f2857fc88c2ee6be78bb5218f3623dfdeaa51a2d875bb6277f3ddd7
|
||||
source_x86_64 = msdl-bin-0.3.7-x86_64::https://github.com/starkSV/windows-iso-downloader/releases/download/cli%2Fv0.3.7/msdl-linux-amd64
|
||||
sha256sums_x86_64 = 4714f47044814733ca2e20ae8f64327ad0b71b912d6fe6f677f18c90b3a5f1c0
|
||||
source_aarch64 = msdl-bin-0.3.7-aarch64::https://github.com/starkSV/windows-iso-downloader/releases/download/cli%2Fv0.3.7/msdl-linux-arm64
|
||||
sha256sums_aarch64 = 9059678043de3995f67ddc3083badf674b572d9bba8e8118e511f57d1f80d3eb
|
||||
|
||||
pkgname = msdl-bin
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: starkSV <shekharvaidya2@gmail.com>
|
||||
pkgname=msdl-bin
|
||||
pkgver=0.3.6
|
||||
pkgver=0.3.7
|
||||
pkgrel=1
|
||||
pkgdesc="Download Windows ISO files directly from Microsoft's servers"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -10,10 +10,10 @@ provides=('msdl')
|
|||
conflicts=('msdl')
|
||||
|
||||
source_x86_64=("$pkgname-$pkgver-x86_64::https://github.com/starkSV/windows-iso-downloader/releases/download/cli%2Fv${pkgver}/msdl-linux-amd64")
|
||||
sha256sums_x86_64=('b88d3ac5a1896ae107fc51603d6c9287c2eb79906511cd11758e65e1cb41d6a0')
|
||||
sha256sums_x86_64=('4714f47044814733ca2e20ae8f64327ad0b71b912d6fe6f677f18c90b3a5f1c0')
|
||||
|
||||
source_aarch64=("$pkgname-$pkgver-aarch64::https://github.com/starkSV/windows-iso-downloader/releases/download/cli%2Fv${pkgver}/msdl-linux-arm64")
|
||||
sha256sums_aarch64=('350a80ff5f2857fc88c2ee6be78bb5218f3623dfdeaa51a2d875bb6277f3ddd7')
|
||||
sha256sums_aarch64=('9059678043de3995f67ddc3083badf674b572d9bba8e8118e511f57d1f80d3eb')
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir/$pkgname-$pkgver-$CARCH" "$pkgdir/usr/bin/msdl"
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
# msdl-bin (AUR)
|
||||
|
||||
> **⚠️ Publishing blocked as of 2026-07-13:** Arch Linux disabled new AUR account
|
||||
> registrations on 2026-06-15 after a malware campaign compromised 1,500+ AUR
|
||||
> packages across several waves. There's no announced reopening date. This
|
||||
> package is ready to publish (`PKGBUILD` + `.SRCINFO` below) the moment
|
||||
> registration reopens — check the [aur-general mailing list](https://lists.archlinux.org/mailman3/lists/aur-general.lists.archlinux.org/)
|
||||
> or [aur.archlinux.org](https://aur.archlinux.org/register/) periodically.
|
||||
> Until then, macOS/Linux users should use the [Homebrew tap](https://github.com/starkSV/homebrew-msdl) instead.
|
||||
> **✅ Registration reopened as of 2026-07-31:** Arch Linux disabled new AUR
|
||||
> account registrations on 2026-06-15 after a malware campaign compromised
|
||||
> 1,500+ AUR packages across several waves; registration is open again.
|
||||
> This package (`PKGBUILD` + `.SRCINFO` below) is ready to publish — see
|
||||
> "Publishing" below once an account + SSH key are set up at
|
||||
> [aur.archlinux.org](https://aur.archlinux.org/register/).
|
||||
|
||||
`PKGBUILD` and `.SRCINFO` for the [msdl-bin](https://aur.archlinux.org/packages/msdl-bin) AUR package, tracked here so version bumps have the same history/review as the winget manifests.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue