Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from imas/rdflint-0.2.0
Browse files Browse the repository at this point in the history
upgrade rdflint 0.2.0
  • Loading branch information
takemikami authored May 20, 2022
2 parents d8f67d0 + 671dc51 commit 9e8e4f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'

- run: brew style *.rb

- name: install rdflint
Expand Down
4 changes: 2 additions & 2 deletions rdflint.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# typed: false
# frozen_string_literal: true

RDFLINT_VERSION="0.1.5"
RDFLINT_VERSION="0.2.0"

# Rdflint Formula
class Rdflint < Formula
desc ": RDF linter"
homepage "https://github.com/imas/rdflint"
url "https://jitpack.io/com/github/imas/rdflint/#{RDFLINT_VERSION}/rdflint-#{RDFLINT_VERSION}.jar"
sha256 "d96520dcc355a47cb71449d89ebebf460a1eb9d3bb3a379efbb65724972386c7"
sha256 "7c4381ef4517939c9426d94bcdb2fd5a0fc6e659777eea90b15dfba1dfcc3dfd"

depends_on :macos
depends_on "openjdk"
Expand Down

0 comments on commit 9e8e4f1

Please sign in to comment.