Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/ayush272002-dotenv/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Ayush272002/dotenv
REF v${VERSION}
SHA512 595363a7005839a74b7032fdd1091169406c42ac3e2eb483887b4b5c699c4e677f64939c34d2999210166b13b39d5cb2067912c89f92472242473cbe4830ae8d
SHA512 d91516a2cf13712d28abc8196309e09d08a4349a1d68eae951d58a590e090124c280f7d2dbd2126a98c806357a797f57375a73dab46bec92260cc515167f297c
)

file(
Expand Down
2 changes: 1 addition & 1 deletion ports/ayush272002-dotenv/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ayush272002-dotenv",
"version-semver": "1.0.1",
"version-semver": "1.0.2",
"description": "A modern C++23 header-only library for loading and parsing .env files at runtime.",
"homepage": "https://github.com/Ayush272002/dotenv",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/ayush272002-dotenv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0c6ab4164c0031de0706107c41b9b3c57cae7372",
"version-semver": "1.0.2",
"port-version": 0
},
{
"git-tree": "0c513699fa3dcef37de93634995caabe92ae50e3",
"version-semver": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
"port-version": 0
},
"ayush272002-dotenv": {
"baseline": "1.0.1",
"baseline": "1.0.2",
"port-version": 0
},
"azmq": {
Expand Down
Loading