Skip to content

Commit

Permalink
Merge branch 'testing' into package/webinterface-onboot
Browse files Browse the repository at this point in the history
  • Loading branch information
rM-self-serve authored Dec 7, 2023
2 parents 93ada00 + 551e0db commit f6eacde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
- name: Create Github Release
continue-on-error: true
run: hub release create -t ${{ github.sha }} -m "${{ github.event.commits[0].message }}" $(date +%G-W%V-%u)
run: |
sudo apt-get update && sudo apt-get install -y hub
hub release create -t $SHA -m $MESSAGE $(date +%G-W%V-%u)
env:
SHA: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
MESSAGE: ${{ github.event.commits[0].message }}
- name: Send notification to Discord
continue-on-error: true
uses: ./.github/actions/discord-send
Expand Down
8 changes: 4 additions & 4 deletions package/rmfm/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
pkgnames=(rmfm)
pkgdesc="Bare-bones file manager using Node.js and sas"
url="https://forgejo.sny.sh/sun/rmFM"
pkgver=1.5.0-2
timestamp=2023-08-08T22:19:23+02:00
pkgver=1.5.1-1
timestamp=2023-12-06T08:51:41+01:00
section=utils
maintainer="Sunny <sunny@sny.sh>"
license=Unlicense
installdepends=(node simple)

source=(
https://forgejo.sny.sh/sun/rmFM/archive/1.5.0.zip
https://forgejo.sny.sh/sun/rmFM/archive/1.5.1.zip
path_fix.patch
)
sha256sums=(
515cc1843bf61f628c3a0b2b2dcb3256a0182352c6b491585fd52cf96a554b26
054569a5e1f420b9046ee2c4067749a1e0bccd88acc216e485b9665a42f4dd60
SKIP
)

Expand Down

0 comments on commit f6eacde

Please sign in to comment.