mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 15:00:07 +00:00
chore(release): 1.31.0
This commit is contained in:
2
mole
2
mole
@@ -13,7 +13,7 @@ source "$SCRIPT_DIR/lib/core/commands.sh"
|
|||||||
trap cleanup_temp_files EXIT INT TERM
|
trap cleanup_temp_files EXIT INT TERM
|
||||||
|
|
||||||
# Version and update helpers
|
# Version and update helpers
|
||||||
VERSION="1.30.0"
|
VERSION="1.31.0"
|
||||||
MOLE_TAGLINE="Deep clean and optimize your Mac."
|
MOLE_TAGLINE="Deep clean and optimize your Mac."
|
||||||
|
|
||||||
is_touchid_configured() {
|
is_touchid_configured() {
|
||||||
|
|||||||
@@ -604,7 +604,7 @@ MOLE_TEST_MODE=1 MOLE_SKIP_MAIN=1 source "$PROJECT_ROOT/mole"
|
|||||||
|
|
||||||
brew() {
|
brew() {
|
||||||
if [[ "${1:-}" == "outdated" ]]; then
|
if [[ "${1:-}" == "outdated" ]]; then
|
||||||
echo "tw93/tap/mole (1.29.0) < 1.30.0"
|
echo "tw93/tap/mole (1.29.0) < 1.31.0"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
if [[ "${1:-}" == "info" ]]; then
|
if [[ "${1:-}" == "info" ]]; then
|
||||||
@@ -619,7 +619,7 @@ get_homebrew_latest_version
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
[[ "$output" == "1.30.0" ]]
|
[[ "$output" == "1.31.0" ]]
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "get_homebrew_latest_version parses brew info fallback with heading prefix" {
|
@test "get_homebrew_latest_version parses brew info fallback with heading prefix" {
|
||||||
|
|||||||
Reference in New Issue
Block a user