Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "0.26.5"
version: "0.26.7"

package:
name: taskwarrior-tui
version: ${{ version }}

source:
url: https://github.com/kdheepak/taskwarrior-tui/archive/refs/tags/v${{ version }}.tar.gz
sha256: 9eebb2f736693cbb64b3a79b88d3e5bbae8603ef9206d47e555c9a9cf9077708
sha256: d0bf2b9c5563165565db7941c7806f58c1c54f8bcb5f8d1430b0d35f1da7678d

build:
number: 0
Expand All @@ -34,8 +34,8 @@ about:
documentation: https://kdheepak.com/taskwarrior-tui
license: MIT
license_file:
- LICENSE
- THIRDPARTY.yml
- LICENSE
- THIRDPARTY.yml
summary: A terminal user interface for taskwarrior
description: |
A Terminal User Interface (TUI) for [Taskwarrior](https://taskwarrior.org) that you didn't know you wanted.
Expand Down