From 87f881c229e01b001f8b2bd0b8665a95f8e6993a Mon Sep 17 00:00:00 2001 From: Bear Date: Mon, 23 Dec 2024 12:14:54 -0600 Subject: [PATCH] memcached 1.6.33 build and update configuration files --- .gitignore | 1 + bin/memcached1.6.33/bearsampp.conf | 6 ++++++ build.properties | 2 +- releases.properties | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 bin/memcached1.6.33/bearsampp.conf diff --git a/.gitignore b/.gitignore index 54e84ad..0673f3b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ # ignore "current" directories /**/current +.qodo \ No newline at end of file diff --git a/bin/memcached1.6.33/bearsampp.conf b/bin/memcached1.6.33/bearsampp.conf new file mode 100644 index 0000000..4ebce89 --- /dev/null +++ b/bin/memcached1.6.33/bearsampp.conf @@ -0,0 +1,6 @@ +memcachedVersion = "1.6.33" +memcachedExe = "memcached.exe" +memcachedMemory = "512" +memcachedPort = "11211" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/build.properties b/build.properties index ef70ebe..08927f7 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,6 @@ bundle.name = memcached -bundle.release = 2024.10.7 +bundle.release = 2024.12.23 bundle.type = bins bundle.format = 7z diff --git a/releases.properties b/releases.properties index 5147c11..a0b7f6e 100644 --- a/releases.properties +++ b/releases.properties @@ -6,3 +6,4 @@ 1.6.24 = https://github.com/Bearsampp/module-memcached/releases/download/2024.3.30/bearsampp-memcached-1.6.24-2024.3.30.7z 1.6.29 = https://github.com/Bearsampp/module-memcached/releases/download/2024.7.29/bearsampp-memcached-1.6.29-2024.10.7.7z 1.6.31 = https://github.com/Bearsampp/module-memcached/releases/download/2024.10.7/bearsampp-memcached-1.6.31-2024.10.7.7z +1.6.33 = https://github.com/Bearsampp/module-memcached/releases/download/2024.12.23/bearsampp-memcached-1.6.33-2024.12.23.7z