We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c296f commit ae02b6dCopy full SHA for ae02b6d
docstripper.rb
@@ -5,9 +5,9 @@
5
class Docstripper < Formula
6
desc "AI-powered batch document cleaner - Remove noise from text documents automatically"
7
homepage "https://github.com/kiku-jw/DocStripper"
8
- url "https://github.com/kiku-jw/DocStripper/archive/refs/heads/main.zip"
+ url "https://github.com/kiku-jw/DocStripper/archive/refs/tags/v2.1.0.tar.gz"
9
version "2.1.0"
10
- sha256 "" # Will be calculated on first release
+ sha256 "4b0a688c530ca596b9dba7d6494adf06011e287d20fe9e16d4b06876d8fdb273"
11
license "MIT"
12
13
depends_on "[email protected]"
0 commit comments