diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 09:29:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 09:30:30 -0300 |
commit | 7882c1d616f869d6a3cab33dac696032b3f3a3ef (patch) | |
tree | 359c71eec9cb02e3db44c663883e9ce5cf0660e4 /Formula/git-permalink.rb | |
parent | Update all package definitions (diff) | |
download | package-repository-7882c1d616f869d6a3cab33dac696032b3f3a3ef.tar.gz package-repository-7882c1d616f869d6a3cab33dac696032b3f3a3ef.tar.xz |
paku.json: Remove currently stagnant packages
While package-repository and scripts/paku is itself WIP.
Diffstat (limited to '')
-rw-r--r-- | Formula/git-permalink.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Formula/git-permalink.rb b/Formula/git-permalink.rb index 09ba0c8..b26a8ef 100644 --- a/Formula/git-permalink.rb +++ b/Formula/git-permalink.rb @@ -1,8 +1,8 @@ class Git-permalink < Formula desc 'Git extension to generate web permalinks of files in a repository' homepage 'https://git-permalink.euandreh.xyz' - url 'https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-0.2.2.tar.gz' - sha256 '724b286e65e0e64c9d3f773011a3586783a5a65578fec0e9b3946978148c0761' + url 'https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-0.3.1.tar.gz' + sha256 'e1252260170e15095720e6883ccd892ec0c924d2aabcb51618943999473cab1d' license 'AGPL-3.0-or-later' def install |