Skip to content

Commit

Permalink
rebuild rust-based packages which were updated recently
Browse files Browse the repository at this point in the history
See #5037.
  • Loading branch information
Leonid Plyushch committed Mar 15, 2020
1 parent fde2193 commit ac3b0d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/git-delta/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/dandavison/delta
TERMUX_PKG_DESCRIPTION="A syntax-highlighter for git and diff output"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.0.17
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/dandavison/delta/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ac1f26ac5ea10d43b300675189c49437dcae7a9fca7e51f615058ab0550d27e5
TERMUX_PKG_DEPENDS="git"
Expand Down
1 change: 1 addition & 0 deletions packages/hexyl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A command-line hex viewer"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=0.7.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/sharkdp/hexyl/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=92aa86fc2b482d2d7abf07565ea3587767a9beb9135a307aadeba61cc84f4b34
TERMUX_PKG_BUILD_IN_SRC=true
1 change: 1 addition & 0 deletions packages/starship/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://starship.rs
TERMUX_PKG_DESCRIPTION="A minimal, blazing fast, and extremely customizable prompt for any shell"
TERMUX_PKG_LICENSE="ISC"
TERMUX_PKG_VERSION=0.37.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=9a7344a1f61f195ddee9fef794e3214d47b38c5d18dfba8d66959dff3e06403b
TERMUX_PKG_DEPENDS="zlib"
Expand Down
1 change: 1 addition & 0 deletions packages/termimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Terminal image viewer"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=1.0.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/nabijaczleweli/termimage/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=faf1a73b0520f2abba1954cb1af214aee6ddd1b0851621ba6a883a0be2edaf56
TERMUX_PKG_BUILD_IN_SRC=true

0 comments on commit ac3b0d7

Please sign in to comment.