From: hayao Date: Sun, 27 Dec 2020 01:55:50 +0000 (+0900) Subject: [fix] : Fixed md5sum X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ffcb6100ea42bc255fd39778034a0e5af24c7b76;p=alterlinux%2Falterlinux-pkgbuilds.git [fix] : Fixed md5sum --- diff --git a/alter-stable/any/alterlinux-live-tools/.SRCINFO b/alter-stable/any/alterlinux-live-tools/.SRCINFO index f54ae2a..062add8 100644 --- a/alter-stable/any/alterlinux-live-tools/.SRCINFO +++ b/alter-stable/any/alterlinux-live-tools/.SRCINFO @@ -8,7 +8,7 @@ pkgbase = alterlinux-live-tools depends = xdg-user-dirs depends = bash source = https://github.com/FascodeNet/alterlinux-live-tools/archive/v1.5.zip - md5sums = 51fb1547fa86383dd22b04e03092c88f + md5sums = 7f1eca0f4d5cf5433c01729b7db9779e pkgname = alterlinux-live-tools pkgdesc = Scripts required for live environment (meta package) diff --git a/alter-stable/any/alterlinux-live-tools/PKGBUILD b/alter-stable/any/alterlinux-live-tools/PKGBUILD index ab776f1..41c2610 100644 --- a/alter-stable/any/alterlinux-live-tools/PKGBUILD +++ b/alter-stable/any/alterlinux-live-tools/PKGBUILD @@ -32,7 +32,7 @@ depends=( "xdg-user-dirs" "bash" ) -md5sums=("51fb1547fa86383dd22b04e03092c88f") +md5sums=("7f1eca0f4d5cf5433c01729b7db9779e") source=("${url}/archive/v${pkgver}.zip") extracted="${_reponame}-${pkgver}"