Compare commits

..

No commits in common. "a53c9bc631d5cc5254e1dd7a4a000f62635b97fc" and "a59e650ba52a871c4b21bc364966c5e4b2bdaabb" have entirely different histories.

2 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,9 @@
name: Package builder name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is building ${{ gitea.repo }} run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
jobs: jobs:
BuildPackage: Explore-Gitea-Actions:
runs-on: autobuilder runs-on: autobuilder
container: container:
volumes: volumes:
@ -25,3 +25,4 @@ jobs:
/build -s --noconfirm /build -s --noconfirm
- name: Put the packages into the import dir - name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import run: cp -v ./*.pkg.tar.zst /import
- run: echo "This job's status is ${{ job.status }}."

View File

@ -2,7 +2,7 @@
# % Trigger: 1589311823 % # % Trigger: 1589311823 %
pkgname=ufw-tools pkgname=ufw-tools
pkgver=1.22.1 pkgver=1.21.3
pkgrel=1 pkgrel=1
pkgdesc='A set of tools for zerofiles.org (8fw.me)' pkgdesc='A set of tools for zerofiles.org (8fw.me)'
url="https://code.fleshless.org/fbt/$pkgname" url="https://code.fleshless.org/fbt/$pkgname"
@ -20,4 +20,4 @@ package() {
install -Dm755 ufwd "$pkgdir/usr/bin/ufwd" install -Dm755 ufwd "$pkgdir/usr/bin/ufwd"
} }
sha1sums=('ebc0e8dd177644b49a3d1c0fba90c8c89b39dcfb') sha1sums=('8b7a296dc287b62efaa483fa347ce4e98951e811')