pin uefi-ntfs 1.7

This commit is contained in:
K900
2020-11-25 14:42:02 +03:00
parent ebc8f12863
commit 6db7086652
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = windows2usb
pkgdesc = Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)
pkgver = 0.1.6
pkgrel = 2
pkgrel = 3
url = https://github.com/ValdikSS/windows2usb
arch = any
license = Apache
@@ -14,9 +14,9 @@ pkgbase = windows2usb
depends = ms-sys
conflicts = windows2usb-git
source = git+https://github.com/ValdikSS/windows2usb.git#tag=0.1.6
source = https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img
source = https://github.com/pbatard/rufus/raw/v3.13/res/uefi/uefi-ntfs.img
sha512sums = SKIP
sha512sums = 139be9b1db2fa227590a26b15a380e1fa5855436521db7365953d80d8ec3935fb427248c5de8ed5f90846f4b3946d7bdb6cdab326a2016d8d51721e612b70c9b
sha512sums = 7413f02754e810c00bc59822314a34ec74663d6dfc441605ea8cd90cc0717db99953b32f30c1bac1b437ea9d3eabeaa7fd171497817642bb1abd728fb2c5290b
pkgname = windows2usb

View File

@@ -1,7 +1,7 @@
# Maintainer: K900 <me@0upti.me>
pkgname=windows2usb
pkgver=0.1.6
pkgrel=2
pkgrel=3
pkgdesc="Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)"
arch=("any")
@@ -14,11 +14,11 @@ conflicts=("windows2usb-git")
source=(
"git+https://github.com/ValdikSS/windows2usb.git#tag=${pkgver}"
"https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img"
"https://github.com/pbatard/rufus/raw/v3.13/res/uefi/uefi-ntfs.img"
)
sha512sums=(
"SKIP"
"139be9b1db2fa227590a26b15a380e1fa5855436521db7365953d80d8ec3935fb427248c5de8ed5f90846f4b3946d7bdb6cdab326a2016d8d51721e612b70c9b"
"7413f02754e810c00bc59822314a34ec74663d6dfc441605ea8cd90cc0717db99953b32f30c1bac1b437ea9d3eabeaa7fd171497817642bb1abd728fb2c5290b"
)
package() {