Skip to content

Commit

Permalink
Update for OPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Muhandis committed Oct 7, 2024
1 parent 2d13843 commit 856dd12
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 46 deletions.
46 changes: 46 additions & 0 deletions FpTelegram.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"PackageData0" : {
"Name" : "FpTelegram",
"DisplayName" : "FpTelegram",
"Category" : "Networking",
"CommunityDescription" : "Telegram bots API wrapper and utils. Runtime library and designtime component",
"ExternalDependecies" : "",
"OrphanedPackage" : 0,
"RepositoryFileName" : "FpTelegram.zip",
"RepositoryFileSize" : 3744146,
"RepositoryFileHash" : "c2fdf5d6454aa9167fad7e611ec72747",
"RepositoryDate" : 4.5572556411574071E+004,
"PackageBaseDir" : "fp-telegram\\/",
"HomePageURL" : "https://github.com/Al-Muhandis/fp-telegram/",
"DownloadURL" : "https://raw.githubusercontent.com/Al-Muhandis/fp-telegram/master/update_FpTelegram.json",
"SVNURL" : ""
},
"PackageFiles0" : [
{
"Name" : "fptelegram.lpk",
"Description" : "Telegram bots API library",
"Author" : "Al-muhandis (Renat Suleymanov) (https://github.com/Al-Muhandis/)",
"License" : "MIT License",
"RelativeFilePath" : "",
"VersionAsString" : "0.0.5.0",
"LazCompatibility" : "2.2.0, 2.2.4, 3.0.0",
"FPCCompatibility" : "3.2.0, 3.2.2, 3.2.4",
"SupportedWidgetSet" : "gtk2, win32/win64",
"PackageType" : 2,
"DependenciesAsString" : "FCL"
},
{
"Name" : "fptelegram_dt.lpk",
"Description" : "DesignTime library for telegram bots",
"Author" : "Al-Muhandis (Renat Suleymanov) (https://github.com/Al-Muhandis/)",
"License" : "MIT",
"RelativeFilePath" : "",
"VersionAsString" : "0.0.1.3",
"LazCompatibility" : "2.2.0, 2.2.4, 3.0.0",
"FPCCompatibility" : "3.2.0, 3.2.2, 3.2.4",
"SupportedWidgetSet" : "gtk2, win32/win64",
"PackageType" : 0,
"DependenciesAsString" : ""
}
]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2018 Renat Suleymanov, 2016 Ilya Bukhonin (started)
Copyright (c) 2017-2024 Renat Suleymanov, 2016 Ilya Bukhonin (started)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
33 changes: 0 additions & 33 deletions fp-telegram.json

This file was deleted.

2 changes: 1 addition & 1 deletion fptelegram.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</CompilerOptions>
<Description Value="Telegram bots API library"/>
<License Value="MIT License"/>
<Version Release="4" Build="2"/>
<Version Release="5"/>
<Files Count="6">
<Item1>
<Filename Value="tgsendertypes.pas"/>
Expand Down
5 changes: 4 additions & 1 deletion fptelegram_dt.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PathDelim Value="\"/>
<Name Value="fptelegram_dt"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Al-Muhandis (Renat Suleymanov) (https://github.com/Al-Muhandis/)"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
Expand All @@ -17,7 +18,9 @@
</CompilerMessages>
</Other>
</CompilerOptions>
<Version Release="1" Build="2"/>
<Description Value="DesignTime library for telegram bots"/>
<License Value="MIT"/>
<Version Release="1" Build="3"/>
<Files>
<Item>
<Filename Value="designtime\tgbot_dt.pas"/>
Expand Down
26 changes: 16 additions & 10 deletions update_FpTelegram.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"UpdateLazPackages" : [
"UpdatePackageData" : {
"DisableInOPM" : false,
"DownloadZipURL" : "https://github.com/Al-Muhandis/fp-telegram/archive/refs/tags/v0.0.5.0.zip",
"Name" : "v0.0.5.0.zip"
},
"UpdatePackageFiles" : [
{
"ForceNotify" : false,
"InternalVersion" : 3,
"InternalVersion" : 5,
"Name" : "fptelegram.lpk",
"Version" : "0.0.2.5"
"Version" : "0.0.5.0"
},
{
"ForceNotify" : false,
"InternalVersion" : 1,
"Name" : "fptelegram_dt.lpk",
"Version" : "0.0.1.3"
}
],
"UpdatePackageData" : {
"DisableInOPM" : false,
"DownloadZipURL" : "https://github.com/Al-Muhandis/fp-telegram/archive/refs/tags/v0.0.2.5.zip",
"Name" : "FpTelegram"
}
}
]
}

0 comments on commit 856dd12

Please sign in to comment.