Skip to content

Commit

Permalink
obs-cmd: Update to v0.18.2 (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder authored Jan 17, 2025
2 parents 226cc28 + 295a53e commit 6b7864e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
25 changes: 25 additions & 0 deletions packages/o/obs-cmd/files/fix-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
diff --git a/Cargo.lock b/Cargo.lock
index c491f7e..40bfe99 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -586,7 +586,7 @@ dependencies = [

[[package]]
name = "obs-cmd"
-version = "0.18.1"
+version = "0.18.2"
dependencies = [
"clap",
"obws",
diff --git a/Cargo.toml b/Cargo.toml
index a801105..acfc349 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "obs-cmd"
-version = "0.18.1"
+version = "0.18.2"
edition = "2021"
description = "A minimal command to control obs via obs-websocket"
authors = ["Luigi Maselli <[email protected]>"]
7 changes: 4 additions & 3 deletions packages/o/obs-cmd/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : obs-cmd
version : 0.8.1
release : 5
version : 0.18.2
release : 6
source :
- https://github.com/grigio/obs-cmd/archive/refs/tags/v0.18.1.tar.gz : 230146e0c32488cbf5aa893c054f69c5e1365648096ff70df0ef396586c2c12a
- https://github.com/grigio/obs-cmd/archive/refs/tags/v0.18.2.tar.gz : bc982ad3fbb69efca739a8dfaca5d9fc05b935b5f6b41497bac119acf5e5c2c2
homepage : https://github.com/grigio/obs-cmd
license : MIT
component : system.utils
Expand All @@ -13,6 +13,7 @@ networking : yes
builddeps :
- rust
setup : |
%patch -p1 -i $pkgfiles/fix-version.patch
%cargo_fetch
build : |
%cargo_build
Expand Down
6 changes: 3 additions & 3 deletions packages/o/obs-cmd/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</Files>
</Package>
<History>
<Update release="5">
<Date>2025-01-06</Date>
<Version>0.8.1</Version>
<Update release="6">
<Date>2025-01-16</Date>
<Version>0.18.2</Version>
<Comment>Packaging update</Comment>
<Name>Ian M. Jones</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 6b7864e

Please sign in to comment.