Skip to content

Commit

Permalink
Merge pull request #21 from Chiissu/nightly_update_16-Jan
Browse files Browse the repository at this point in the history
Nightly update: 16-Jan
  • Loading branch information
Froxcey committed Jan 16, 2024
2 parents a7c3b9c + 42cffbc commit 8b16419
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nightly-update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Nightly update
on:
push:
branches:
- main
schedule:
- cron: '16 22 * * *'

Expand Down
2 changes: 1 addition & 1 deletion Formula/sdl3-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Sdl3Nightly < Formula
desc "Low-level access to audio, keyboard, mouse, joystick, and graphics"
homepage "https://www.libsdl.org/"
version "cf5e0637b5454b776f749beea856f1f595e03036"
version "e6c8872fdc8d9b8aa5e208c9b55c6f230674a13d"
url "https://codeload.github.com/libsdl-org/SDL/tar.gz/#{version}"
license "Zlib"

Expand Down
2 changes: 1 addition & 1 deletion Formula/sdl3_image-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Sdl3ImageNightly < Formula
desc "Low-level access to audio, keyboard, mouse, joystick, and graphics"
homepage "https://www.libsdl.org/"
version "cf5e0637b5454b776f749beea856f1f595e03036"
version "248790087ddc826bf4b9627b28aa1c663a7eded9"
url "https://codeload.github.com/libsdl-org/SDL_image/tar.gz/#{version}"
license "Zlib"

Expand Down

0 comments on commit 8b16419

Please sign in to comment.