Skip to content

Commit

Permalink
New artifact for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
RGerzaguet committed May 26, 2021
1 parent fa36601 commit 25203db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[libIIO]
arch = "x86_64"
git-tree-sha1 ="690dbf097e3b2bc8213a8c3a199e94b46b1a1b10"
git-tree-sha1 ="8e1a737eb135f0365a6ce6ea94eb381848028c17"

[[libIIO.download]]
url = "https://github.com/JuliaTelecom/Artifact_libIIO/releases/download/v0.1/libIIO.tar.gz"
sha256 ="4900fbe0d85810e7676007c0a6756c8668c77714c649210cf90bb687e1815edf"
sha256 ="598f77df9707a227a1af2e5cdb4cfcaad233d3a5530ea518953f72b661ccba28"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AdalmPluto"
uuid = "af34ca7c-e544-47d5-a6fe-72495f08728e"
authors = ["Pierre Dénès <[email protected]> and contributors"]
version = "0.2.0"
version = "0.2.1"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
2 changes: 1 addition & 1 deletion src/AdalmPluto.jl
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ end
Returns the gain value
# Arguments
- `pluto::PlutoSDR` : the radio to modify.
- `pluto::PlutoSDR` : the radio to monitor
# Returns
- `gain` :Current radio gain
Expand Down

2 comments on commit 25203db

@RGerzaguet
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/37528

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.1 -m "<description of version>" 25203db6cb3eec7875403aacf71ead8988235ca9
git push origin v0.2.1

Please sign in to comment.