Skip to content

Commit

Permalink
Update BitBake recipe & brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Coltel committed Nov 17, 2020
1 parent e5a3953 commit 6662821
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.7.3
This version is only used to update dislocker's brew file and the BitBake recipe
for OSX's and BitBake's users to be able to download v0.7.2. If you're not an OSX
nor a BitBake user, you can use either v0.7.2 or v0.7.3, this won't make any
difference.

# v0.7.2
- Bugfixes:
- Fix compilation on OSX when ruby dependency is installed
Expand Down
4 changes: 2 additions & 2 deletions src/dislocker.bb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ SECTION = "e/utils"

SRC_URI = "https://github.com/Aorimn/dislocker/archive/v${PV}.tar.gz"

SRC_URI[md5sum] = "0683bd18472d5f9e13f718e4d80ed7c7"
SRC_URI[sha256sum] = "9e36afb0b29714e325d1721332e913bbd357f089a53962fcb7ae62f2e3862d84"
SRC_URI[md5sum] = "2685fba76693420677c2b9f8e3fd8c83"
SRC_URI[sha256sum] = "c3173dab96545a7a9b210d11dd7317b63662025c4f78bf820d3fe41017f49f68"

DEPENDS = "mbedtls fuse"
RDEPENDS_${PN} += "mbedtls fuse"
Expand Down
6 changes: 3 additions & 3 deletions src/dislocker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

class Dislocker < Formula
homepage 'https://github.com/Aorimn/dislocker'
url 'https://github.com/Aorimn/dislocker/archive/v0.7.zip'
sha256 '807d7087e82b7ab5819a8ae1d5be6f074397c8f6a327b7b5798c1228e454424b'
version '0.7.0'
url 'https://github.com/Aorimn/dislocker/archive/v0.7.2.zip'
sha256 '9c7cbc44193f560bbe4c23bc2568485d8a77a9f598c86ba41465cd0eb0cf4441'
version '0.7.2'

depends_on 'mbedtls'
depends_on 'cmake'
Expand Down

0 comments on commit 6662821

Please sign in to comment.