zfsencryptssh: update sha256 hash

pull/238/merge
Jan Houben 7 years ago
parent 106f3de2e1
commit 715074ffbc
No known key found for this signature in database
GPG Key ID: 6866AADB974DD983
  1. 2
      conf.sh
  2. 6
      src/zfs-utils/PKGBUILD.sh

@ -10,7 +10,7 @@ zfs_src_hash="f50ca2441c6abde4fe6b9f54d5583a45813031d6bb72b0011b00fc2683cd9f7a"
zfs_bash_completion_hash="b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540"
zfs_initcpio_install_hash="335e309ebf5b74fd8956f5e8805939c37d4008b0bcc3b00be6e7ef1d5b7c1669"
zfs_initcpio_hook_hash="3eb874cf2cbb6c6a0e1c11a98af54f682d6225667af944b43435aeabafa0112f"
zfs_initcpio_hook_hash="ee503075984b0f2a6c66d5bd5a2c015bcde462459d8b75690e623b0df93bdbd3"
# Notification address
email="jeezusjr@gmail.com"

@ -19,11 +19,13 @@ url="http://zfsonlinux.org/"
source=("${zfs_src_target}"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")
"zfs-utils.initcpio.hook"
"zfs-utils.initcpio.zfsencryptssh.install")
sha256sums=("${zfs_src_hash}"
"${zfs_bash_completion_hash}"
"${zfs_initcpio_install_hash}"
"${zfs_initcpio_hook_hash}")
"${zfs_initcpio_hook_hash}"
"29080a84e5d7e36e63c4412b98646043724621245b36e5288f5fed6914da5b68")
license=("CDDL")
groups=("${archzfs_package_group}")
provides=("zfs-utils")

Loading…
Cancel
Save