From 396e05ddc35fddba4e848d44638d131373ed62fe Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Thu, 1 May 2025 00:12:22 +0900 Subject: [PATCH] Add package 'age' (#3035) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index aa01bce..3736bb4 100644 --- a/packages.json +++ b/packages.json @@ -35209,5 +35209,17 @@ "description": "Loads IP blocklists into nftables from plain text or JSON feeds", "license": "AGPL-3.0-only", "web": "https://github.com/cycneuramus/deceptimeed" + }, + { + "name": "age", + "url": "https://github.com/attakei/age", + "method": "git", + "tags": [ + "cli", + "semver" + ], + "description": "Version bumping tool.", + "license": "Apache-2.0-only", + "web": "https://age.attakei.dev" } ]