summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Cervantes2023-10-30 12:29:07 -0600
committerJorge Cervantes2023-10-30 12:29:07 -0600
commit8b6b0f93a2079baf6f0d86232f5c550f6b54cbe0 (patch)
tree0d01292461cd6a845b6d3068b638cd3bc9a95309
parent2d67a50f74cb6c7db5002270f9f652a2649bbdf4 (diff)
downloadaur-8b6b0f93a2079baf6f0d86232f5c550f6b54cbe0.tar.gz
fix: sha256sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f2ccc87e3d..b8098512795c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,6 @@ pkgbase = msodbcsql
depends = curl
options = !strip
source = https://packages.microsoft.com/rhel/8/prod/msodbcsql18-18.3.2.1-1.x86_64.rpm
- sha256sums = 6c34db19a48a6873395cdef80a3acb69edf2d4b1dba421ddf10101ce709b22a0
+ sha256sums = ecd8e148138ee72a452a5357e380580e2c19219c5424f4ac9350cbdf3217fad1
pkgname = msodbcsql
diff --git a/PKGBUILD b/PKGBUILD
index d6b354a79ff9..2f021597e608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('custom')
depends=('unixodbc' 'krb5' 'curl')
options=('!strip')
source=(https://packages.microsoft.com/rhel/8/prod/msodbcsql18-$pkgver-1.x86_64.rpm)
-sha256sums=('6c34db19a48a6873395cdef80a3acb69edf2d4b1dba421ddf10101ce709b22a0')
+sha256sums=('ecd8e148138ee72a452a5357e380580e2c19219c5424f4ac9350cbdf3217fad1')
install=msodbcsql.install
package() {