push eventdigitalcoyote/chocolatey-packages
commit sha 3152065906dcccf2828c4d283763975c18f41c18
AU: 1 updated - gitb [skip ci] https://gist.github.com/92921e1d8f6624045d308000e86376cd/621aa1b8fb825396226ce9272238eea38af38b15
push time in 8 minutes
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 8 minutes
push eventdigitalcoyote/chocolatey-packages
commit sha ed4fb55600d557567bfb7f55cc0e7140cd16dc7f
AU: 1 updated - oh-my-posh [skip ci] https://gist.github.com/93f0717b6670cc14b7ed1b62b7caa4b5/58682481d1b19a082584f00fb3a5c656fdcdd004
commit sha f004dfcb2bd59c664d26492dd88f03477c5d8ddc
Altered MyPaint AU Package to Use Embedded Installers embedded installers in mypaint
commit sha b317932c25da849c86ad740af7e36e31eaede81d
Added Xenko AU Package added xenko
push time in a day
push eventdigitalcoyote/chocolatey-packages
commit sha f004dfcb2bd59c664d26492dd88f03477c5d8ddc
Altered MyPaint AU Package to Use Embedded Installers embedded installers in mypaint
push time in a day
push eventdigitalcoyote/chocolatey-packages
commit sha d3e6d15dc625ee499bbc6110211969fe5f97b38a
Altered MyPaint AU Package to Use Embedded Installers embedded installers in mypaint
commit sha 88a4397067f4a292c9b864dfd959b8b3a116451f
Added Xenko AU Package added xenko
push time in a day
push eventdigitalcoyote/chocolatey-packages
commit sha 45822695d2c7b363d261f6d5d4cef804ed08467d
added verification
push time in 2 days
push eventdigitalcoyote/chocolatey-packages
commit sha 2de5a15999f111da00f9c8f5c2b930041c183d0d
Altered MyPaint AU Package to Use Embedded Installers embedded installers in mypaint
push time in 2 days
push eventdigitalcoyote/chocolatey-packages
commit sha 32f643ef4ac1e055b6975056307a1036e422228f
Added Xenko AU Package added xenko
push time in 3 days
issue commentJanDeDobbeleer/oh-my-posh
Oversight on my part, I thought I'd already made a PR for the readme, but it looks like I skipped it for some reason. I'll try to pull something together when I get back on my laptop.
comment created time in 5 days
issue commentJanDeDobbeleer/oh-my-posh
I have it setup to check the releases page twice daily. If it detects a newer version than is currently on Chocolatey, it pushes a new package for that version.
comment created time in 5 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 5 days
push eventdigitalcoyote/chocolatey-packages
commit sha ed4fb55600d557567bfb7f55cc0e7140cd16dc7f
AU: 1 updated - oh-my-posh [skip ci] https://gist.github.com/93f0717b6670cc14b7ed1b62b7caa4b5/58682481d1b19a082584f00fb3a5c656fdcdd004
push time in 5 days
pull request commentgobuffalo/docs
Added Chocolatey Install Instructions
I don't know french (I made the changes to french documentation via Copy-Pasta and a little help from Google Translate to verify it). Would it be better to leave it out of the french instructions? Or would a google translated version of the disclosure work there as well?
comment created time in 6 days
push eventdigitalcoyote/docs
commit sha 04cfa9a7af7158b1ff80602929855eaecc71e00d
Update installation.md Added disclosure to let people know that the version on Chocolatey may not be the latest available version.
push time in 6 days
push eventdigitalcoyote/SerialPortStream
commit sha 6a561cd646fc20fa9ee3ad3333bde7f088f648db
Update BUILD.md to be Markdown compliant Make minor formatting to the BUILD.md document
commit sha ae4b7afc2b257a03cff8c9f9b164e09b12136ed0
Fix minor warnings indicated by VSCode After installing VScode and installing the suggested C/C++-plugin, VScode reported some warnings. Although these don't affect the code, they might improve readability.
commit sha faa3d2244a7e3e2b2fcd8b7608d0395908a86b9e
Allow RTS/DTR to be set before serial port is open on UNIX On Windows, one can already set the RTS and DTR flags. They are cached before the serial port is opened. On Unix, an exception would be raised, due to the serial port not being opened. Allow consistency between Windows and Unix. The libnserial library implements this caching, so it must be compiled and redeployed. Issue: https://github.com/jcurl/SerialPortStream/issues/62, DOTNET-168
commit sha 1310a5dcf195c00904e94d66e348648ad4d53c65
Bump version of libnserial to 1.1.4
commit sha 8fb8f09faacc5ace5b19c7b499da0d5f8ab99c0d
Windows: Fallback to checking registry if port is not CHAR/UNKNOWN Some devices, e.g. a uBlox is incorrectly registered in Windows as a file device. This prevents the port from being opened. In this case, check as a last resort that the port exists in the registry. If so, then open it anyway. Issue: https://github.com/jcurl/SerialPortStream/issues/64, DOTNET-169
commit sha 740e8d166e84ee4798743bfa067f793d8028cfc2
ISerialPortStream: Add interface for the SerialPortStream Having an interface allows for test code to be created without having to have an actual serial port. Just write the test code against the interface. Original Pull Request: https://github.com/jcurl/SerialPortStream/pull/77 Additions to this pull request to make it compile: * Included the interface in the solution files for .NET 4.0 / 4.5; * Fix compile errors in the interface for NETFX; * Fix .NET 4.0 compatibility by not including the XXXAsync methods; * Added documentation to removing warnings when building.
commit sha 11518d242092c77e4eb12ddb43c5520f8e22b62b
libnserial: Fix port detection on Linux Ubuntu 18.10 raised a warning when compiling (GCC 8.2.0) that a string was being treated as an array. It should have been an array. Issue: DOTNET-171
commit sha 7f240c01a6973ba5aebaf346124ba6de92713127
Show the handle value when logging on Linux When SafeHandles were implemented, the ToString() method now prints out only the type name, where before it was the actual pointer. Get the pointer value, just for logging purposes only. Issue: DOTNET-172
commit sha 1efb66943fea74d402989c74939ee763a46a26cf
SerialPortStream: IsOpen should return false when the serial port device is removed Issue: https://github.com/jcurl/SerialPortStream/issues/69, DOTNET-170
commit sha 1e7951e4005b4b8df700c5507351331981a67564
SerialPortStream: Clean up minor issues reported by SonarLint A few issues, none of which should lead to any change of functionality: - S927: Parameter names in interfaces should match concrete classes - S1125: Remove unnecessary boolean literals - S1116: Remove empty statements - Make locks readonly objects - Remove a double check for a log statement under Windows Issue: DOTNET-174
commit sha 3861cd37e46ceafac4a4c087089b2201e767def2
Test: ReadDataEvent would timeout The amount of data being transferred (2MB) would take about 180s on a normal serial port, where the timeout was occurring at 60s. The test case passed originally, because tests were being done with COM2COM virtual serial port driver which is significantly faster. Issue: DOTNET-173
commit sha 0ade0ad1032358704d3b46242bddb8665808388a
SerialPortStream: Windows usage of ClearCommError was incorrect A p/Invoke with an "out" parameter was being passed to ClearCommError, where it should have been a "ref". That means, data may not have been correctly obtained and could lead to a crash. Issue: DOTNET-175
commit sha e443101d9b50201170b5321693eb28dd7ea932f1
SerialPortStream: Don't lose data on write In the case that the SerialPortStream write buffer is nearly full and the method SerialPortStreamWrite() is called, only a portion of the buffer may be written, with the end of the buffered data being discarded. The problem was the method SerialBuffer.WaitForWrite would return true even if the requested number of bytes weren't available. The fix is trivial, loop back and wait again after each write. The problem is most likely to manifest itself when the Windows Serial Driver is likely to return with less data written than requested with the WriteFile API. Issue: DOTNET-176
commit sha 1f329939aaa96113d259cc582b075e39a0798dd2
SerialPortStream: Bump version to 2.2.0 Interface changes have been made, making this a minor version bump.
commit sha d25bbf9f9d2f4f32e9f324b23771257d7e4b97d6
CompTest: Allow compilation on Ubuntu 16.04.5 When implementing DOTNET-159 (commit b36cdd2 "Test Cases: Fix compatibility issues with GCC 7.3.0"), the build.sh script would fail on Ubuntu 16.04 as the "unique_ptr" couldn't be found. Tell the C++ compiler (GNU 5.4.0) to use C++11 (-std=c++11) in build.sh. Note, if you compile it yourself with cmake, you need to make sure you provide the correct compiler options yourself. Issue: DOTNET-180
commit sha c47cf4c452941f4b1f5c2d50db56ec4acb0e2da0
Support .Net Standard 2.0 (.NET Core 2.0 and .NET FX 4.6.x)
push time in 7 days
issue commentxenko3d/xenko
I took a look into how the launcher works (and updates itself). I think putting the launcher on chocolatey is a bit pointless based on how it installs software. That being said, I think I can build a xenko package that installs/updates in a way that will work with the launcher.
This seems like it might be the best approach. It allows the flexibility of the launcher while potentially allowing a team to manage a specific version.
comment created time in 8 days
push eventdigitalcoyote/chocolatey-packages
commit sha b29176ad8f40cf2fa2c1df55883eddfc42c4a332
Explicitly Excluded Update.ps1 in milkman-plugins
push time in 9 days
issue commentxenko3d/xenko
I'd be willing to maintain a chocolatey installer, but it would rely on static links to specific versions of Xenko. It looks like the download the binaries using the links from the installer.
Alternatively, based on the fact that Xenko seems to update itself, but uses a versioned launcher, I could add a package for the launcher or even Do both, with the xenko-launcher package installing the launcher, and the xenko package installing the launcher as a dependency and then installing xenko.
I figure that way admins could use chocolatey to trigger updates for developers so that the developer does not have to be present to trigger the update from the launcher.
Any pitfalls seen in that approach?
comment created time in 9 days
issue commentdhowe/AdNauseam
[Suggestion] AdNauseam as a chocolatey package(Windows)
per https://stackoverflow.com/questions/10211772/how-to-install-a-chrome-extension-programmatically this may be a bit of an issue now that AdNauseam is not on the chrome web store. If anyone fins a way around this, I'd be happy to assist. The method used by ublock-origin uses the chrome web store ID when installing.
comment created time in 9 days
issue commentdhowe/AdNauseam
[Suggestion] AdNauseam as a chocolatey package(Windows)
I'm finally taking a look into this (after a much longer delay than I expected).
comment created time in 9 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 9 days
push eventdigitalcoyote/chocolatey-packages
commit sha ea887f157ddacf56ff61336dfb7766ca6793253c
AU: 1 updated - buffalo [skip ci] https://gist.github.com/0bd20f9c86b34b17fca08f908d9db4c6/b68f871c4af5c925343a05c8c46f4866e0d8a94a
push time in 9 days
push eventdigitalcoyote/chocolatey-packages
commit sha 45bbe6210594309e6424bd204ede1858e258cd25
Updated Buffalo AU Package Added new Release URLs 64-bit url change from amd64 to x86_64 32-bit url change from 386 to i386
push time in 9 days
delete tag digitalcoyote/chocolatey-packages
delete tag : sourcetrail-2019.4.61
delete time in 9 days
push eventdigitalcoyote/chocolatey-packages
push time in 9 days
pull request commentgobuffalo/docs
Added Chocolatey Install Instructions
Chocolatey actually has 0.15.1 in review. Once that is approved, newer versions will be pushed up as well. You can add options to the install command to install unreviewed versions, but doing so is considered unsafe. I expect the package to become trusted eventually (a status for existing packages with reliable history) which will speed up review.
comment created time in 9 days
issue commentCoatiSoftware/Sourcetrail
Support flatpak/snaps/appimage packages for Linux installs
@digitalcoyote didn't the AppImage work for you or do you have other reasons why you prefer a Flatpak?
Honestly, it's just what I'm used to using.
comment created time in 11 days
issue commentCoatiSoftware/Sourcetrail
Support flatpak/snaps/appimage packages for Linux installs
I'd be willing to work on a flatpak package that could be published to FlatHub. I could hook it up to my AppVeyor account like I did with the chocolatey package. Linux Mint (my OS of choice) supports FlatHub as a default installation source so it would help me out personally as well to have it there.
Id be willing to assist with other formats that are supported across distributions as well (but it sounds like there be some making good progress on those already).
comment created time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha d8953bc75de52ef7c3e0ec20de202dd0cade264d
Added SourceTrail AU Package Added sourcetrail Removed deno.png
push time in 12 days
issue commentCoatiSoftware/Sourcetrail
I pushed an update to the package that should correct that title.
comment created time in 12 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 12 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha 71e1ee709a2e3ba51fbf283656be7a006816bd0c
AU: 2 updated - milkman-note sourcetrail [skip ci] https://gist.github.com/53dbabaad1160197dc9058c49d76f379/b0eb6175317be70807dda25a5a58f400ec6175fe
push time in 12 days
issue commentCoatiSoftware/Sourcetrail
https://chocolatey.org/packages/sourcetrail/2019.4.61 awaiting moderation. I can grant management rights to the package (delist vulnerable versions, push new versions, add/remove maintainers, etc) to an official account for CoatiSoftware if you would like to create one.
Moderation for new packages seems to take a while. The CI will check 2x daily for new versions (which will need to go through moderation as well). Moderators are volunteers, so it may take a bit for this to be officially available. I'll try to get a PR for the readme here with install instructions (from Chocolatey) once it goes live.
comment created time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha 4b26d9db05fa4ab0f776a5d33996616b3dcee715
Added SourceTrail AU Package Added sourcetrail Removed deno.png
push time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha 4b26d9db05fa4ab0f776a5d33996616b3dcee715
Added SourceTrail AU Package Added sourcetrail Removed deno.png
push time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha 2d8f396dd1fc91262c7eaf394a15de9a5e2c4cc7
Added SourceTrail AU Package Added sourcetrail Removed deno.png
push time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha bc23fad71d9d0139eb0c8df70452a517341315cf
Added SourceTrail AU Package Added sourcetrail Removed deno.png
push time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha f4aaaf86b635573c0b984e4fec05058d5ee41c90
Corrected Authors and BugTrackerUrl in Packages
push time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha c9811be9f50156f99f63567c368304ac95c04524
Corrected Authors and BugTrackerUrl in Packages
push time in 12 days
issue commentvvatanabe/gitb
https://chocolatey.org/packages/gitb
comment created time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha bc8ee852dad68d52f7be92fa9192623d5371322b
Updated Deno per Review Comments Changed Icon to a githack cdn url Added Bug Tracker Url
push time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha 5be21cd1e1838f013d8e12a0437f6a8b2a7f2965
Updated Multipass Per Review Comments Splatted install arguments Set to throw error before attempting to install
push time in 12 days
push eventdigitalcoyote/chocolatey-packages
push time in 12 days
push eventdigitalcoyote/chocolatey-packages
commit sha 9bb3d38b81914062cc721a9c0bf457ca47244a5a
Corrected BeforeUpdate for Milkman AU Packages Changed Scope from script to Global
push time in 12 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 13 days
push eventdigitalcoyote/chocolatey-packages
commit sha 13232ed662ce2d1f328683d252ffdbc06cba569c
AU: 1 updated - drawio [skip ci] https://gist.github.com/9fd441f97bf9796a3859e3aa7cc5b964/3e87bb560e8544902f26a7ea0b37eb8f7f6e4288
push time in 13 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 13 days
push eventdigitalcoyote/chocolatey-packages
commit sha 07b8b04bf9a980cdf44e4a3f87223eee27f7722c
AU: 1 updated - oh-my-posh [skip ci] https://gist.github.com/9ddef5f020825d89f760da6604597a64/5b00af5ac8d0d93c53330378fbf987d663f8b707
push time in 13 days
push eventdigitalcoyote/chocolatey-packages
commit sha 9947dfe632cc6fe206b95d93f69c4d68c0d58b5b
Removed Old SearchReplace logic for Oh-My-Posh
push time in 13 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 13 days
push eventdigitalcoyote/chocolatey-packages
commit sha 64accf472abcf893a705ca2b6eeb664b0c389891
AU: 1 updated - milkman-plugins [skip ci] https://gist.github.com/c2061eafa12232b9be146ac0e964ee0e/f7d3cfa1ea9dd914b27328df80ca346efb2dacdb
push time in 13 days
push eventdigitalcoyote/chocolatey-packages
commit sha 5c2828bb5e331377ae0a5f62ad442acbcc45e888
Reverted SearchReplace in Oh My Posh AU Package
commit sha 126854aed4c306be6bd7552f9aec0dc3aad23971
Corrected Milkman-Plugins AU Script Removed unnecessary checks Corrected $packagename
push time in 13 days
push eventdigitalcoyote/chocolatey-packages
commit sha e6d65facfaedef998e8be1bcab5d17c3ef5b8b03
Corrected Versions in Milkman plugin .nuspec files Added [] around the versions so it can update properly Formatted milkman-plugins nuspec to match other plugins
commit sha f97c63b94f25b13311c96a37dc51691c3c7325c2
AU: 5 updated - milkman-explore milkman-graphql milkman-jdbc milkman-privatebin milkman-scripting [skip ci] https://gist.github.com/2420115429469ef10e5749ea64613646/efc8289877f7df8e0ff0199a1de7194df4264ccd
commit sha db748b9b699394a02051af28d00d5ef15723d005
Updated git ignore to ensure milkman jars are not committed
push time in 15 days
delete tag digitalcoyote/chocolatey-packages
delete tag : milkman-scripting-3.7.1
delete time in 15 days
delete tag digitalcoyote/chocolatey-packages
delete tag : milkman-privatebin-3.7.1
delete time in 15 days
delete tag digitalcoyote/chocolatey-packages
delete tag : milkman-graphql-3.7.1
delete time in 15 days
delete tag digitalcoyote/chocolatey-packages
delete tag : milkman-explore-3.7.1
delete time in 15 days
push eventdigitalcoyote/chocolatey-packages
commit sha aef20b545cf66db687481283bfb5d88ddba8b2ce
Corrected Versions in Milkman plugin .nuspec files Added [] around the versions so it can update properly Formatted milkman-plugins nuspec to match other plugins
commit sha 8fb07d11ee7f08d68259a37add691824bcd8539d
AU: 5 updated - milkman-explore milkman-graphql milkman-jdbc milkman-privatebin milkman-scripting [skip ci] https://gist.github.com/2420115429469ef10e5749ea64613646/efc8289877f7df8e0ff0199a1de7194df4264ccd
commit sha a127a23fda2482bcece5992097bca74052c9a97e
Updated git ignore to ensure milkman jars are not committed
push time in 15 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 15 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 15 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 15 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 15 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 15 days
push eventdigitalcoyote/chocolatey-packages
commit sha 9273664c15dfa9a38800d0a6c97d16ec9a6b232a
AU: 5 updated - milkman-explore milkman-graphql milkman-jdbc milkman-privatebin milkman-scripting [skip ci] https://gist.github.com/2420115429469ef10e5749ea64613646/efc8289877f7df8e0ff0199a1de7194df4264ccd
push time in 15 days
push eventdigitalcoyote/chocolatey-packages
commit sha e87bdd5234ea574c1d2c5bc2dfbea80934e341bf
Corrected Versions in Milkman plugin .nuspec files added [] around the versions so it can update properly
push time in 15 days
issue commentwarmuuh/milkman
If it is ever decided it is necessary, we can push the nightly builds as prelease versions as well (you have to pass an argument to install a pre-release version).
comment created time in 15 days
issue commentwarmuuh/milkman
It's available. I submitted a PR with install instructions for the readme.
comment created time in 15 days
push eventdigitalcoyote/milkman
commit sha 46052d85f275853dd8cfb42414a71e2d26d933dd
reenable ripple. fixes #31
commit sha 66f12ac4cca7302c02ff56935942d59a01df94e0
handles null-values in environment variables. fixes #29
commit sha 78c0292d9eac640b09aea1daa9674c83e3f3423c
surface script evaluation errors. fixes #28
commit sha d278ecb8c31b580b3c3890ed2f7952b488b7452a
#30 sorted env entries by default. fixed bug on deletion of entries on sorted env list.
commit sha 455e0267524a6cb0547c37bac460515727b45493
git-sync filelocation takes non-writable current dir into account
commit sha 727954a38a10641534e3c3f7379edf690d439219
added http/2 support
commit sha c2a655b7ecaf4ebdb3ad974add70aea7e5f83f37
Merge branch 'feature/java-http'
commit sha 306b7d177b6f8d4166f3e8ee1886265cb6709aae
fixed macos icon, fixed proxy code for javaclient
commit sha 80eec8d461fd54bbebe380b3ae3894a5fb5120db
release 3.7.0
commit sha e0b5e60f64b323dbdcbe4f37315e64557d349c2d
prepare next version
commit sha 714daf2d28be9d98127061c361337895616e4a1b
fixing unsupported operation. fixes #33
commit sha 6508a73b76a0d67fa7d24f4ed794b166234ef907
release 3.7.1
commit sha b26372ea67411b725be948c6a80feb28445d8697
Update readme.md Added Chocolatey Install instructions
push time in 15 days
push eventdigitalcoyote/chocolatey-packages
commit sha ee0df3afd7ffbfd9cc349dd7b359a51bddb85a00
Corrected jar file in milkman-graphql's VERIFICATION.txt
push time in 15 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 15 days
push eventdigitalcoyote/chocolatey-packages
commit sha e1a75aac1f164fe5392766cc4ef723e6bfda1012
AU: 1 updated - deno [skip ci] https://gist.github.com/6f76d5692cf69c3c44c6b796c0f69d09/24fb38871007d64b201e8cb655d590fca0ff0ab4
push time in 15 days
created tagdigitalcoyote/chocolatey-packages
Template repository for Chocolatey Automatic Package Updater Module
created time in 16 days
push eventdigitalcoyote/chocolatey-packages
commit sha 80545ff379c16ec7bb6a87b33e2083d08d5b9a2d
AU: 1 updated - milkman [skip ci] https://gist.github.com/d09da9dc2f4114e33a0e28fdfb94b8f9/e8cf2a0c236026a253d9add31fa03e90e5337044
push time in 16 days
issue commentCoatiSoftware/Sourcetrail
It checks the Releases page twice a day and compares that version to the version currently available on Chocolatey.
comment created time in 16 days
push eventdigitalcoyote/chocolatey-packages
commit sha d1cb73c36845ea06684860b153dfea03b509cd80
Corrected AU Scripts for milkman plugins Added logic to update milkman dependency Corrected ChocolateyInstall.ps1
push time in 19 days
push eventdigitalcoyote/chocolatey-packages
commit sha b281a7893cb14e7a0c9e0b7543f3524c6a02f858
AU: 1 updated - buffalo [skip ci] https://gist.github.com/75c7ffe2ccef6542832068cde9810a42/98d7e59eb5e57b16a243b26def6f64e32a10c5dd
push time in 19 days