diff --git a/bat.yaml b/bat.yaml index f7d79bcd559..05dc4d24f95 100644 --- a/bat.yaml +++ b/bat.yaml @@ -1,7 +1,7 @@ package: name: bat version: 0.23.0 - epoch: 0 + epoch: 1 description: "A cat(1) clone with wings" copyright: - license: MIT @@ -28,7 +28,7 @@ pipeline: cargo build --frozen --release - runs: | - install -Dm755 target/release/bat "${{targets.destdir}}"/usr/bin/exa + install -Dm755 target/release/bat "${{targets.destdir}}"/usr/bin/bat - uses: strip