OSDN Git Service

[update] : Updated v1.6.2
authorhayao <shun819.mail@gmail.com>
Fri, 1 Jan 2021 06:49:32 +0000 (15:49 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 1 Jan 2021 06:49:32 +0000 (15:49 +0900)
alter-stable/any/alterlinux-live-tools/.SRCINFO
alter-stable/any/alterlinux-live-tools/PKGBUILD

index e0168b9..65daa58 100644 (file)
@@ -1,14 +1,14 @@
 pkgbase = alterlinux-live-tools
        pkgdesc = Scripts required for live environment
-       pkgver = 1.6.1
+       pkgver = 1.6.2
        pkgrel = 1
        url = https://github.com/FascodeNet/alterlinux-live-tools
        arch = any
        license = SUSHI-WARE
        depends = xdg-user-dirs
        depends = bash
-       source = https://github.com/FascodeNet/alterlinux-live-tools/archive/v1.6.1.zip
-       md5sums = 5a8767e1d81422f452adf179cdc0f6fb
+       source = https://github.com/FascodeNet/alterlinux-live-tools/archive/v1.6.2.zip
+       md5sums = 2778b1b2d4ee7b165323d4288d54950f
 
 pkgname = alterlinux-live-tools
        pkgdesc = Scripts required for live environment (meta package)
index bb1f73b..74649b6 100644 (file)
@@ -23,7 +23,7 @@ _pkgname=(
 
 pkgname=(${_pkgname[@]})
 _reponame="alterlinux-live-tools"
-pkgver="1.6.1"
+pkgver="1.6.2"
 pkgrel="1"
 pkgdesc="Scripts required for live environment"
 arch=('any')
@@ -33,7 +33,7 @@ depends=(
     "xdg-user-dirs"
     "bash"
 )
-md5sums=("5a8767e1d81422f452adf179cdc0f6fb")
+md5sums=("2778b1b2d4ee7b165323d4288d54950f")
 source=("${url}/archive/v${pkgver}.zip")
 
 extracted="${_reponame}-${pkgver}"