Skip to content

Commit

Permalink
chore: update dosfstools to v4.2
Browse files Browse the repository at this point in the history
https://github.com/dosfstools/dosfstools/releases/tag/v4.2

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Jul 12, 2021
1 parent bc7c0d7 commit d779204
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dosfstools/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ dependencies:
- stage: base
steps:
- sources:
- url: https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.xz
destination: dosfstools.tar.xz
sha256: e6b2aca70ccc3fe3687365009dd94a2e18e82b688ed4e260e04b7412471cc173
sha512: e7a8aab34255d15e6865a7b031971352af1255134fab83389673bcc3cbd6ba255241bd2429070aeb4b927f8d7d73ccf1aeafe94566b133e88e7586897c317b78
- url: https://github.com/dosfstools/dosfstools/releases/download/v4.2/dosfstools-4.2.tar.gz
destination: dosfstools.tar.gz
sha256: 64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527
sha512: 3cc0808edb4432428df8a67da4bb314fd1f27adc4a05754c1a492091741a7b6875ebd9f6a509cc4c5ad85643fc40395b6e0cadee548b25cc439cc9b725980156
prepare:
- |
tar -xJf dosfstools.tar.xz --strip-components=1
tar -xzf dosfstools.tar.gz --strip-components=1
mkdir build
cd build
Expand Down

0 comments on commit d779204

Please sign in to comment.