glusterfs: 3.9.1 -> 3.10.0
This commit is contained in:
parent
30b9da628a
commit
1fc3486154
@ -3,14 +3,13 @@
|
||||
, liburcu, attr, makeWrapper, coreutils, gnused, gnugrep, which
|
||||
}:
|
||||
let
|
||||
s = # Generated upstream information
|
||||
s =
|
||||
rec {
|
||||
baseName="glusterfs";
|
||||
version="3.9.1";
|
||||
version = "3.10.0";
|
||||
name="${baseName}-${version}";
|
||||
hash="02p3i1zr0i2fhjhz64wvhdn0z7b6b3hkiqz1bkyhracncspxnvw9";
|
||||
url="http://download.gluster.org/pub/gluster/glusterfs/3.9/3.9.1/glusterfs-3.9.1.tar.gz";
|
||||
sha256="02p3i1zr0i2fhjhz64wvhdn0z7b6b3hkiqz1bkyhracncspxnvw9";
|
||||
url="http://download.gluster.org/pub/gluster/glusterfs/3.10/3.10.0/glusterfs-3.10.0.tar.gz";
|
||||
sha256 = "1svysq55z4sd6bxcdpkxljwis4cnzkknag22ngyr7sgb4bs19c97";
|
||||
};
|
||||
buildInputs = [
|
||||
fuse bison flex_2_5_35 openssl python2 ncurses readline
|
||||
|
@ -1,4 +1,5 @@
|
||||
url http://download.gluster.org/pub/gluster/glusterfs/
|
||||
version_link '[0-9.]+/$'
|
||||
version_link '[0-9.]+/$'
|
||||
version_link '[.]tar[.]'
|
||||
version_link '/[0-9.]+/$'
|
||||
version_link '/[0-9.]+/$'
|
||||
version_link 'glusterfs-[0-9.]+[.]tar[.]'
|
||||
minimize_overwrite
|
||||
|
Loading…
Reference in New Issue
Block a user