Skip to content

Commit

Permalink
debian: update fpga and fx3 postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
rghilduta committed Feb 16, 2021
1 parent c56bc32 commit e09200c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions debian/bladerf-firmware-fx3.postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

UPSTREAM='https://www.nuand.com/fx3/bladeRF_fw_v2.3.2.img'
CHECKSUM='c823ea5aa2c25c26bbaf4ab395ac559d'
UPSTREAM='https://www.nuand.com/fx3/bladeRF_fw_v2.4.0.img'
CHECKSUM='337f570f2e3fdb26abde0f0765196d92'
DATAFILE='/usr/share/Nuand/bladeRF/bladeRF_fw.img'
DESCRIPT='firmware'
MYNAMEIS='bladerf-firmware-fx3'
Expand Down
4 changes: 2 additions & 2 deletions debian/bladerf-fpga-hostedx115.postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

UPSTREAM='https://www.nuand.com/fpga/v0.11.0/hostedx115.rbf'
CHECKSUM='bee4542c4b020077c71ae630ef0d0fc8'
UPSTREAM='https://www.nuand.com/fpga/v0.12.0/hostedx115.rbf'
CHECKSUM='a31999827d609adeb9ef3511ec6f8d65'
DATAFILE='/usr/share/Nuand/bladeRF/hostedx115.rbf'
DESCRIPT='FPGA bitstream'
MYNAMEIS='bladerf-fpga-hostedx115'
Expand Down
4 changes: 2 additions & 2 deletions debian/bladerf-fpga-hostedx40.postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

UPSTREAM='https://www.nuand.com/fpga/v0.11.0/hostedx40.rbf'
CHECKSUM='7a9b8e7f0f81af6d393132d7eb3e6e18'
UPSTREAM='https://www.nuand.com/fpga/v0.12.0/hostedx40.rbf'
CHECKSUM='93ab4d27170e1bbcd84768d4a51214f6'
DATAFILE='/usr/share/Nuand/bladeRF/hostedx40.rbf'
DESCRIPT='FPGA bitstream'
MYNAMEIS='bladerf-fpga-hostedx40'
Expand Down
4 changes: 2 additions & 2 deletions debian/bladerf-fpga-hostedxa4.postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

UPSTREAM='https://www.nuand.com/fpga/v0.11.0/hostedxA4.rbf'
CHECKSUM='b23bf6088aff5cff90bdea9488a35d89'
UPSTREAM='https://www.nuand.com/fpga/v0.12.0/hostedxA4.rbf'
CHECKSUM='ca7ff3840d1f3017043f120ea2400fc2'
DATAFILE='/usr/share/Nuand/bladeRF/hostedxA4.rbf'
DESCRIPT='FPGA bitstream'
MYNAMEIS='bladerf-fpga-hostedxa4'
Expand Down
4 changes: 2 additions & 2 deletions debian/bladerf-fpga-hostedxa9.postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

UPSTREAM='https://www.nuand.com/fpga/v0.11.0/hostedxA9.rbf'
CHECKSUM='a17a2859e4f28fdc3952de78aca1dabe'
UPSTREAM='https://www.nuand.com/fpga/v0.12.0/hostedxA9.rbf'
CHECKSUM='42c6c6e8e95b232aaf2e6801662c2752'
DATAFILE='/usr/share/Nuand/bladeRF/hostedxA9.rbf'
DESCRIPT='FPGA bitstream'
MYNAMEIS='bladerf-fpga-hostedxa9'
Expand Down

0 comments on commit e09200c

Please sign in to comment.