summaryrefslogtreecommitdiff
path: root/mkinitramfs
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2017-04-28 08:19:53 -0600
committerAaron Ball <nullspoon@oper.io>2017-04-28 08:19:53 -0600
commit7df0f1a62f11ff882e07639d5a1f8c4b7e2cac55 (patch)
tree98c2f05a7e276640f957af28311af542e3c6d62e /mkinitramfs
parent58b5c12245253709c5704a460bddab738a3a8690 (diff)
downloadports-7df0f1a62f11ff882e07639d5a1f8c4b7e2cac55.tar.gz
ports-7df0f1a62f11ff882e07639d5a1f8c4b7e2cac55.tar.xz
mkinitramfs: version from 1.1-rc3 to 1.1-rc4
This version increase improves compatibility with other shells, and adds a device wait timeout operation that doesn't have to finish before recognizing the device showed up early.
Diffstat (limited to 'mkinitramfs')
-rw-r--r--mkinitramfs/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinitramfs/Pkgfile b/mkinitramfs/Pkgfile
index 2b70e3a..020394b 100644
--- a/mkinitramfs/Pkgfile
+++ b/mkinitramfs/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: cryptsetup
name=mkinitramfs
-version=1.1-rc3
+version=v1.1-rc4
release=1
gitsource=https://oper.io/src/nullspoon/mkinitramfs.git
@@ -22,7 +22,7 @@ gitsetup() {
fi
# Used to check out a tag
- git checkout v${version}
+ git checkout ${version}
}

Generated by cgit