Compare commits
4 Commits
a59e650ba5
...
a53c9bc631
Author | SHA1 | Date | |
---|---|---|---|
a53c9bc631 | |||
ef52345d3e | |||
d990f2aa41 | |||
62dceaa5a0 |
@ -1,9 +1,9 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
name: Package builder
|
||||
run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
BuildPackage:
|
||||
runs-on: autobuilder
|
||||
container:
|
||||
volumes:
|
||||
@ -25,4 +25,3 @@ jobs:
|
||||
/build -s --noconfirm
|
||||
- name: Put the packages into the import dir
|
||||
run: cp -v ./*.pkg.tar.zst /import
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# % Trigger: 1589311823 %
|
||||
|
||||
pkgname=ufw-tools
|
||||
pkgver=1.21.3
|
||||
pkgver=1.22.1
|
||||
pkgrel=1
|
||||
pkgdesc='A set of tools for zerofiles.org (8fw.me)'
|
||||
url="https://code.fleshless.org/fbt/$pkgname"
|
||||
@ -20,4 +20,4 @@ package() {
|
||||
install -Dm755 ufwd "$pkgdir/usr/bin/ufwd"
|
||||
}
|
||||
|
||||
sha1sums=('8b7a296dc287b62efaa483fa347ce4e98951e811')
|
||||
sha1sums=('ebc0e8dd177644b49a3d1c0fba90c8c89b39dcfb')
|
||||
|
Loading…
x
Reference in New Issue
Block a user