mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Difftastic 0.62.0 => 0.67.0 (#14014)
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
# Total size: 5499468
|
# Total size: 109091364
|
||||||
/usr/local/bin/difft
|
/usr/local/bin/difft
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# Total size: 5823672
|
# Total size: 108990664
|
||||||
/usr/local/bin/difft
|
/usr/local/bin/difft
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# Total size: 5812972
|
# Total size: 109710600
|
||||||
/usr/local/bin/difft
|
/usr/local/bin/difft
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require 'package'
|
|||||||
class Difftastic < Package
|
class Difftastic < Package
|
||||||
description 'Difftastic is a structural diff tool that compares files based on their syntax.'
|
description 'Difftastic is a structural diff tool that compares files based on their syntax.'
|
||||||
homepage 'https://github.com/Wilfred/difftastic'
|
homepage 'https://github.com/Wilfred/difftastic'
|
||||||
version '0.62.0'
|
version '0.67.0'
|
||||||
license 'MIT'
|
license 'MIT'
|
||||||
compatibility 'all'
|
compatibility 'all'
|
||||||
source_url 'https://github.com/Wilfred/difftastic.git'
|
source_url 'https://github.com/Wilfred/difftastic.git'
|
||||||
@@ -11,12 +11,14 @@ class Difftastic < Package
|
|||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '67cd66a4e4c1e96f16819b75b20ffabd43f0586fe3057b2a99a1df59df63e1a0',
|
aarch64: '915b7280bb0469681495323cc5d460311f26515f34ae8437fe73479c93c65ab9',
|
||||||
armv7l: '67cd66a4e4c1e96f16819b75b20ffabd43f0586fe3057b2a99a1df59df63e1a0',
|
armv7l: '915b7280bb0469681495323cc5d460311f26515f34ae8437fe73479c93c65ab9',
|
||||||
i686: '0202aa02d6bc115f10480901bdc53cf7dfec9130f6873859b035bcb2feae2481',
|
i686: 'f156ba2709bc1b846595135057fb8140d4d773c6daaf9b8a3948f3765235b415',
|
||||||
x86_64: 'f2706ced7fc57e3b311e449a2db4bfe86489b58d53071ea9e94d2436c9adf954'
|
x86_64: '18c72ff3d4d5be9a742ea860b13f8009fdb629587de86490e7b9dab0c965176b'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
depends_on 'gcc_lib' # R
|
||||||
|
depends_on 'glibc' # R
|
||||||
depends_on 'rust' => :build
|
depends_on 'rust' => :build
|
||||||
|
|
||||||
def self.install
|
def self.install
|
||||||
|
|||||||
3
tests/package/d/difftastic
Executable file
3
tests/package/d/difftastic
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
difft -h | head
|
||||||
|
difft -V
|
||||||
@@ -28,6 +28,7 @@ dart
|
|||||||
dbeaver
|
dbeaver
|
||||||
delve
|
delve
|
||||||
detox
|
detox
|
||||||
|
difftastic
|
||||||
f2fs_tools
|
f2fs_tools
|
||||||
faad2
|
faad2
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
Reference in New Issue
Block a user