Skip to content

Commit

Permalink
updated check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xn0px90 committed Oct 27, 2023
1 parent a562e44 commit d959583
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build Vinix kernel

#on:
#pull_request:
#paths-ignore:
#- "**.md"
#push:
#branches:
#- main
#paths-ignore:
#- "**.md"
on:
pull_request:
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"

jobs:
vinix-build:
Expand Down
4 changes: 2 additions & 2 deletions source-recipes/libfontenc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=libfontenc
version=1.1.6
version=1.1.7
source_method=tarball
tarball_url="https://www.x.org/archive/individual/lib/libfontenc-${version}.tar.gz"
tarball_blake2b="768184444f3546c6197625214416678f2d5aad1c438375be058632b3f4c4e6ea78e22f2e4e3e789a41578af447aea196bc29d4ce654dcd7e2b53ab0c42287bbb"
tarball_blake2b="538dc45801dd2fc3b18527b5716fd468089206728ce4704416eb0ecd2ed528f951d64e7bf2f779a5852363670724458c966538afcec813a9823f5d04303d1bbb"
hostdeps="automake autoconf libtool pkg-config xorg-macros xorg-font-util"

regenerate() {
Expand Down

0 comments on commit d959583

Please sign in to comment.